Skip to content

Commit

Permalink
Add completions to asdf plugin (ohmyzsh#6046)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxc0re authored and Seth Cohen committed Oct 29, 2018
1 parent 17b5e43 commit 92c27fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/asdf/asdf.plugin.zsh
Expand Up @@ -5,3 +5,8 @@ ASDF_DIR="${ASDF_DIR:-$HOME/.asdf}"
if [ -f $ASDF_DIR/asdf.sh ]; then
. $ASDF_DIR/asdf.sh
fi

# Load asdf completions, if found.
if [ -f $ASDF_DIR/completions/asdf.bash ]; then
. $ASDF_DIR/completions/asdf.bash
fi

0 comments on commit 92c27fe

Please sign in to comment.