forked from cohabit/server_config
feat: change default shell to zsh during zsh deploy
This commit is contained in:
parent
073dc5483c
commit
bb40be068b
|
@ -1,2 +1,3 @@
|
|||
# Setup zsh
|
||||
cp ./zsh/zsh/* /root
|
||||
chsh -s /bin/zsh
|
||||
|
|
Loading…
Reference in a new issue