From a94a72d10203b93566375d5e869e0116e5ac2045 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 4 Jul 2023 08:39:22 -0500 Subject: [PATCH] update --- roles/customize/tasks/defaults.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/customize/tasks/defaults.yml b/roles/customize/tasks/defaults.yml index fa8b642..cdeef45 100644 --- a/roles/customize/tasks/defaults.yml +++ b/roles/customize/tasks/defaults.yml @@ -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