(bashrc) alias
This commit is contained in:
+2
-2
@@ -63,8 +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'
|
||||
elif $(which librewolf.appimage &>/dev/null); then
|
||||
alias firefox='librewolf.appimage'
|
||||
fi
|
||||
|
||||
# short forms for tmux commands
|
||||
|
||||
Reference in New Issue
Block a user