From 805a80ff8908ed1f033dbe2aba03b6c5709f2ab9 Mon Sep 17 00:00:00 2001 From: Fr4nzD13trich Date: Fri, 2 Jan 2026 16:03:07 +0100 Subject: [PATCH] Alias configuration for FISH added --- helium_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helium_helper.sh b/helium_helper.sh index 948dead..d3d3eb0 100755 --- a/helium_helper.sh +++ b/helium_helper.sh @@ -219,7 +219,7 @@ add_alias() { echo -e "\n ${LCY}$ALIAS ${GRN}added to${CRS} $HOME/.bashrc\n" elif [ "$ACTIVE_SHELL" == "fish" ] ; then - if [ "$(cat $HOME/.config/fish/fish.config | grep "source $ALIAS")" ] ; then + if [ "$(cat $HOME/.config/fish/fish.config | grep "source $HOME/.config/fish/$ALIAS.config")" ] ; then echo -e "\n ${LCY}$ALIAS ${GRN}already present in${CRS} $HOME/.config/fish/fish.config\n" exit fi