4 lines
61 B
Plaintext
Executable File
4 lines
61 B
Plaintext
Executable File
if [ "$SHELL" != "/bin/zsh" ] ; then
|
|
chsh -s /bin/zsh
|
|
fi
|