Automatically use zshell
This commit is contained in:
parent
ce05cc1866
commit
4916e0267f
3
Rakefile
3
Rakefile
@ -123,6 +123,9 @@ def install_prezto
|
|||||||
run %{ mkdir -p $HOME/.zsh.before }
|
run %{ mkdir -p $HOME/.zsh.before }
|
||||||
run %{ mkdir -p $HOME/.zsh.after }
|
run %{ mkdir -p $HOME/.zsh.after }
|
||||||
run %{ mkdir -p $HOME/.zsh.prompts }
|
run %{ mkdir -p $HOME/.zsh.prompts }
|
||||||
|
|
||||||
|
puts "Setting zsh as your default shell"
|
||||||
|
run %{ chsh -s /bin/zsh }
|
||||||
end
|
end
|
||||||
|
|
||||||
def want_to_install? (section)
|
def want_to_install? (section)
|
||||||
|
Loading…
Reference in New Issue
Block a user