diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 3477d51..588d860 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -1,2 +1,3 @@ [[ -d "${ZDOTDIR}"/functions ]] && fpath+=( "${ZDOTDIR}"/functions ) [[ -d "${ZDOTDIR}"/completions ]] && fpath+=( "${ZDOTDIR}"/completions ) +fpath=(${(u)fpath})