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