diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2023-11-02 11:52:07 -0400 |
---|---|---|
committer | Dan Fedele <dan.fedele@gmail.com> | 2023-11-02 11:52:07 -0400 |
commit | 72d7aa1668f913092a873f16b847c7ba2303ca2a (patch) | |
tree | a7d05dcdedfe2f75b6f4afa7cf7fbbc6db7f66a8 | |
parent | db6408c37dbd61761c059999ab7f4703c63dab55 (diff) |
Small typo caused issue with loading zsh
-rw-r--r-- | roles/custom-config/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |