mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Add completions to asdf plugin
This commit is contained in:
parent
5667161d49
commit
b450d1bcd6
1 changed files with 5 additions and 0 deletions
|
|
@ -5,3 +5,8 @@ ASDF_DIR="${ASDF_DIR:-$HOME/.asdf}"
|
||||||
if [ -f $ASDF_DIR/asdf.sh ]; then
|
if [ -f $ASDF_DIR/asdf.sh ]; then
|
||||||
. $ASDF_DIR/asdf.sh
|
. $ASDF_DIR/asdf.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Load asdf completions, if found.
|
||||||
|
if [ -f $ASDF_DIR/completions/asdf.bash ]; then
|
||||||
|
. $ASDF_DIR/completions/asdf.bash
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue