added set default shell to zsh (not chsh, usermod -s)
This commit is contained in:
parent
3546a1efb3
commit
0b576c7276
1 changed files with 3 additions and 0 deletions
|
@ -20,4 +20,7 @@ echo Installing AutoSuggestions
|
|||
zsh -c "git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions"
|
||||
|
||||
echo Running Zsh
|
||||
|
||||
sudo usermod -s /usr/bin/zsh $(whoami)
|
||||
|
||||
zsh
|
||||
|
|
Loading…
Reference in a new issue