Fix zsh profile line
This commit is contained in:
parent
b9809671ec
commit
ffe1f0d6df
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
|||
- wordgrinder-ncurses
|
||||
- zsh
|
||||
- name: load /etc/profile in zsh
|
||||
become: true
|
||||
lineinfile:
|
||||
file: /etc/zsh/zprofile
|
||||
path: /etc/zsh/zprofile
|
||||
line: emulate sh -c 'source /etc/profile'
|
||||
|
|
Loading…
Reference in a new issue