Correction au niveau de la création du dossier .zsh

This commit is contained in:
Gu1llaum-3 2023-05-30 23:33:35 +02:00
parent 733cb22202
commit f1582a46ce

View File

@ -57,7 +57,6 @@ for package in "${packages[@]}"; do
done
# Git Installation
mkdir ~/.zsh
if [ ! -d ~/.zsh ]; then
mkdir -p ~/.zsh
fi
@ -86,5 +85,5 @@ if [ ! -d ~/.config/neofetch ]; then
fi
cp -r ./neofetch/* ~/.config/neofetch
echo " - Mise en place de zsh par défaut (mot de passe nécessaire)"
chsh -s $(which zsh)
chsh -s $(which zsh) # Pour fedora, si chsh non installé : dnf install util-linux-user
zsh