From 72e8dd9eed92f717e978a8f5bb3c5052a93fe2d2 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Fri, 24 Dec 2021 12:14:27 +0100 Subject: [PATCH] update copy path --- local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.yml b/local.yml index 69a005b..4c14bf7 100644 --- a/local.yml +++ b/local.yml @@ -12,7 +12,7 @@ - name: Set zsh main as shell become: true - shell: chsh -s /bin/zsh gianm + shell: chsh -s /bin/zsh giamm - name: Install oh my zsh become_user: gianm @@ -21,6 +21,6 @@ - name: Setup shell env copy: src: files/zshrc - dest: ~/.zshrc + dest: /home/gianm/.zshrc owner: gianm group: gianm \ No newline at end of file