dotfiles/.config/zsh/.zshenv

3 lines
142 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 )