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