From da67f29c6e77d3bc568de5ae97ad7490b7c693a8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 21 Mar 2022 19:34:45 +0100 Subject: [PATCH] Fix export fpath --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 2155f76..75c7a0c 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -134,7 +134,7 @@ case $(hostname) in esac [[ -f "${ZDOTDIR}"/zsecrets ]] && source "${ZDOTDIR}"/zsecrets -[[ -d "${ZDOTDIR}"/functions ]] && export fpath+="${ZDOTDIR}"/functions +[[ -d "${ZDOTDIR}"/functions ]] && fpath+="${ZDOTDIR}"/functions && export fpath ############################# Daemons ##########################################