Don't assume location of zsh

This commit is contained in:
Dan Croak 2014-02-07 23:30:11 -08:00
parent 2915cf1f69
commit 18e0926a07

View file

@ -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
-------