Fixed oh-my-zsh import in .zshrc

This commit is contained in:
Sagi Dayan 2021-10-31 08:34:38 +02:00
parent bcecaa589b
commit 36b88a4fd7
Signed by: sagi
GPG key ID: FAB96BFC63B46458

View file

@ -41,6 +41,13 @@
dest: ~/.zshrc
force: yes
- name: Fix oh-my-zsh sourcing
ansible.builtin.lineinfile:
path: "~/.zshrc"
regexp: "^export ZSH="
line: 'export ZSH="/home/{{running_user}}/.oh-my-zsh"'
- name: Verifying shell config folder
file:
path: ~/.shellconfig