From 4db2c3461eea2881e8b54d4aadbb831bd6b81790 Mon Sep 17 00:00:00 2001 From: zegonix Date: Fri, 19 Jun 2026 14:32:11 +0200 Subject: [PATCH] (bashrc) alias --- bashrc/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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