Load bash settings into zsh
This commit is contained in:
parent
ffe1f0d6df
commit
f6a3df4b1c
1 changed files with 5 additions and 0 deletions
|
@ -30,3 +30,8 @@
|
|||
- vim
|
||||
- wordgrinder-ncurses
|
||||
- zsh
|
||||
- name: load /etc/profile in zsh
|
||||
become: true
|
||||
lineinfile:
|
||||
path: /etc/zsh/zprofile
|
||||
line: emulate sh -c 'source /etc/profile'
|
||||
|
|
Loading…
Reference in a new issue