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 ##########################################