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 jmartindf committed Nov 10, 2018
1 parent ffeae10 commit abdc36a
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 abdc36a

Please sign in to comment.