From f2ac430995fd89baba8c58240b72e48b4191938f Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 21 Mar 2022 18:40:02 +0100 Subject: [PATCH] Zsh: export fpath --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##########################################