err
This commit is contained in:
parent
1dcb1c3264
commit
2c4643d355
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user