diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 9e4ea6b..4f73ae9 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -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