This commit is contained in:
2023-07-04 08:39:22 -05:00
parent 1bc0c44365
commit a94a72d102

View File

@@ -76,6 +76,11 @@
shell: git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
when: not auto_suggestions_result.stat.exists
- name: Restore zshrc file
become_user: user
shell: rm ~/.zshrc && mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc
ignore_errors: true
- user:
name: "user"
shell: /usr/bin/zsh