Load /etc/profile in zsh
This commit is contained in:
parent
08e7a34780
commit
b9809671ec
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
||||||
- vim
|
- vim
|
||||||
- wordgrinder-ncurses
|
- wordgrinder-ncurses
|
||||||
- zsh
|
- zsh
|
||||||
|
- name: load /etc/profile in zsh
|
||||||
|
lineinfile:
|
||||||
|
file: /etc/zsh/zprofile
|
||||||
|
line: emulate sh -c 'source /etc/profile'
|
||||||
|
|
Loading…
Reference in a new issue