Load bash settings into zsh

This commit is contained in:
Anthony Rose 2020-01-13 08:37:00 +00:00
parent ffe1f0d6df
commit f6a3df4b1c

View file

@ -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'