From 72d7aa1668f913092a873f16b847c7ba2303ca2a Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Thu, 2 Nov 2023 11:52:07 -0400 Subject: Small typo caused issue with loading zsh --- roles/custom-config/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom-config/tasks/main.yml b/roles/custom-config/tasks/main.yml index 832a64a..0b3dee5 100644 --- a/roles/custom-config/tasks/main.yml +++ b/roles/custom-config/tasks/main.yml @@ -91,7 +91,7 @@ insertafter: EOF owner: "{{ item }}" block: | - if [ -f ~/.zsh_functions]; then + if [ -f ~/.zsh_functions ]; then source ~/.zsh_functions fi -- cgit v1.2.3