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

6 lines
125 B
Bash
Raw Normal View History

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