From 2c4643d355aaa325341660c625edcdd47c3068d3 Mon Sep 17 00:00:00 2001 From: bruno Date: Wed, 26 Jul 2023 10:58:01 -0400 Subject: [PATCH] err --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4389856..839d45e 100644 --- a/install.sh +++ b/install.sh @@ -156,7 +156,7 @@ setPATHCurrentShell(){ elif [ "$CurrentShell" == "fish" ]; then # Ajouter a la variable PATH le path .config/scut/ au fichier .config/fish/config.fish - echo "set PATH $PATH ~/.config/scut/" >> ~/.config/fish/config.fish + echo 'set PATH $PATH ~/.config/scut/' >> ~/.config/fish/config.fish # si le shell est NuShell elif [ "$CurrentShell" == "nu" ]; then