mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Merge a30c927f9d into c3b072eace
This commit is contained in:
commit
086df771c2
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