(bashrc) added alias for librewolf under voidlinux

This commit is contained in:
2026-06-08 22:46:29 +02:00
parent 70b0241da9
commit 85300fcd1d
+2
View File
@@ -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