parent
1e46ca4633
commit
736a281256
@ -7,8 +7,8 @@
|
||||
- brew:
|
||||
- zsh
|
||||
- command:
|
||||
- install: sudo chsh -s `which zsh` $USER
|
||||
remove: sudo chsh -s `which bash` $USER
|
||||
- install: 'finger $USER | grep zsh || sudo chsh -s `which zsh` $USER'
|
||||
remove: 'finger $USER | grep zsh && sudo chsh -s `which bash` $USER'
|
||||
- symlink:
|
||||
- {src: zlogin, dst: ~/.zlogin}
|
||||
- {src: zlogout, dst: ~/.zlogout}
|
||||
|
Loading…
x
Reference in New Issue
Block a user