bug fixes

nvim
KeeganForelight 3 years ago
parent 19ad114b38
commit aa5a525887

@ -8,7 +8,7 @@ else
echo "Consider updating oh-my-zsh using: omz update"
fi
if [ -n $ZSH_NAME ]; then
if [ ! $0 = "-zsh" ]; then
echo "Changing default shell to zsh"
chsh -s /bin/zsh
else

Loading…
Cancel
Save