Don't assume location of zsh
This commit is contained in:
parent
2915cf1f69
commit
18e0926a07
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ thoughtbot dotfiles
|
|||
Requirements
|
||||
------------
|
||||
|
||||
Set zsh as your login shell.
|
||||
Set zsh as your login shell:
|
||||
|
||||
chsh -s /bin/zsh
|
||||
chsh -s $(which zsh)
|
||||
|
||||
Install
|
||||
-------
|
||||
|
|
Loading…
Add table
Reference in a new issue