Use bash for default shell on removal
This commit is contained in:
parent
65b0b7a099
commit
f7d952c628
@ -6,7 +6,9 @@
|
||||
- brew:
|
||||
- zsh
|
||||
- command:
|
||||
- sudo chsh $USER -s `which zsh`
|
||||
-
|
||||
install: sudo chsh $USER -s `which zsh`
|
||||
remove: sudo chsh $USER -s `which bash`
|
||||
- symlink:
|
||||
- {src: zlogin, dst: ~/.zlogin}
|
||||
- {src: zlogout, dst: ~/.zlogout}
|
||||
|
Loading…
x
Reference in New Issue
Block a user