1
0
Fork 0
dotfiles/.config/zsh/.zshenv

3 lines
142 B
Bash

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