mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-22 07:15:25 +00:00
Fixed oh-my-zsh import in .zshrc
This commit is contained in:
parent
bcecaa589b
commit
36b88a4fd7
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue