dotfiles/.config/zsh/.zshenv
2022-04-08 20:11:49 +02:00

3 lines
142 B
Bash

[[ -d "${ZDOTDIR}"/functions ]] && fpath+=( "${ZDOTDIR}"/functions )
[[ -d "${ZDOTDIR}"/completions ]] && fpath+=( "${ZDOTDIR}"/completions )