Fix path to zsh to use the homebrew installed newer version
This commit is contained in:
parent
be6473232f
commit
244d865473
2
Rakefile
2
Rakefile
@ -251,7 +251,7 @@ def install_prezto
|
|||||||
puts "Zsh is already configured as your shell of choice. Restart your session to load the new settings"
|
puts "Zsh is already configured as your shell of choice. Restart your session to load the new settings"
|
||||||
else
|
else
|
||||||
puts "Setting zsh as your default shell"
|
puts "Setting zsh as your default shell"
|
||||||
run %{ chsh -s /bin/zsh }
|
run %{ chsh -s /usr/local/bin/zsh }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user