This commit is contained in:
bruno 2023-07-26 10:58:01 -04:00
parent 1dcb1c3264
commit 2c4643d355
1 changed files with 1 additions and 1 deletions

View File

@ -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