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