Artem Dolgiy 2025-01-22 17:45:25 +03:00
parent db434e3abc
commit 410e4ef660
1 changed files with 1 additions and 1 deletions

View File

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