no message
parent
ca98ca3c00
commit
c4f055270a
|
@ -37,7 +37,7 @@ install_zsh() {
|
||||||
|
|
||||||
# Set zsh as the default shell
|
# Set zsh as the default shell
|
||||||
if [ "$(uname)" == "Darwin" ]; then
|
if [ "$(uname)" == "Darwin" ]; then
|
||||||
sudo dscl . -create /Users/$(whoami) UserShell /usr/local/bin/zsh
|
chsh -s $(which zsh)
|
||||||
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue