dotfiles/.config/zsh/.zshenv

4 lines
162 B
Plaintext
Raw Normal View History

[[ -d "${ZDOTDIR}"/functions ]] && fpath+=( "${ZDOTDIR}"/functions )
2022-04-08 20:11:49 +02:00
[[ -d "${ZDOTDIR}"/completions ]] && fpath+=( "${ZDOTDIR}"/completions )
fpath=(${(u)fpath})