From 85300fcd1d250f75d7af87bbfe06f5ce5a0cbc81 Mon Sep 17 00:00:00 2001 From: zegonix Date: Mon, 8 Jun 2026 22:46:29 +0200 Subject: [PATCH] (bashrc) added alias for librewolf under voidlinux --- bashrc/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 3fa6e79..9e4ea6b 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -63,6 +63,8 @@ fi # because `libreWolf` is ambiguous for tab completion if $(which librewolf &>/dev/null); then alias firefox='librewolf' +elif $(which LibreWolf.AppImage &>/dev/null); then + alias firefox='LibreWolf.AppImage' fi # short forms for tmux commands