diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index bb48728..2155f76 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 ]] && fpath+="${ZDOTDIR}"/functions +[[ -d "${ZDOTDIR}"/functions ]] && export fpath+="${ZDOTDIR}"/functions ############################# Daemons ##########################################