Fix chsh to work on macOS

This commit is contained in:
Kenneth Benzie 2018-08-24 18:26:13 +01:00
parent 9af452a8e2
commit 9e4c984822

View File

@ -6,8 +6,8 @@
- brew:
- zsh
- command:
- install: sudo chsh $USER -s `which zsh`
remove: sudo chsh $USER -s `which bash`
- install: sudo chsh -s `which zsh` $USER
remove: sudo chsh -s `which bash` $USER
- symlink:
- {src: zlogin, dst: ~/.zlogin}
- {src: zlogout, dst: ~/.zlogout}