tb-dotfiles/chezmoi/dot_zshrc.d/executable_asdf.zsh

5 lines
102 B
Bash
Raw Normal View History

if [ -n "$ASDF_DIR" ]; then
2022-04-22 10:06:53 -04:00
# append completions to fpath
fpath=(${ASDF_DIR}/completions $fpath)
fi