diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 9e4ea6b..8be0e20 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -64,7 +64,7 @@ fi if $(which librewolf &>/dev/null); then alias firefox='librewolf' elif $(which LibreWolf.AppImage &>/dev/null); then - alias firefox='LibreWolf.AppImage' + alias firefox='librewolf.appimage' fi # short forms for tmux commands