This commit is contained in:
2025-01-22 17:45:25 +03:00
parent db434e3abc
commit 410e4ef660

View File

@@ -41,7 +41,7 @@ source ~/.aliases
EOF
# Shell to zsh
echo "Change sheel for $USER"
echo "Change shell for $USER"
sudo -k chsh -s "$(which zsh)" "$USER" # -k forces the password prompt
echo "ALL Done. Relogin for apply settings."