forked from cohabit/server_config
4 lines
57 B
Bash
4 lines
57 B
Bash
# Setup zsh
|
|
cp -a ./zsh/zsh/. /root
|
|
chsh -s /usr/bin/zsh
|