(bashrc) alias
This commit is contained in:
+2
-2
@@ -63,8 +63,8 @@ fi
|
|||||||
# because `libreWolf` is ambiguous for tab completion
|
# because `libreWolf` is ambiguous for tab completion
|
||||||
if $(which librewolf &>/dev/null); then
|
if $(which librewolf &>/dev/null); then
|
||||||
alias firefox='librewolf'
|
alias firefox='librewolf'
|
||||||
elif $(which LibreWolf.AppImage &>/dev/null); then
|
elif $(which librewolf.appimage &>/dev/null); then
|
||||||
alias firefox='LibreWolf.AppImage'
|
alias firefox='librewolf.appimage'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# short forms for tmux commands
|
# short forms for tmux commands
|
||||||
|
|||||||
Reference in New Issue
Block a user