mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-26 08:13:28 +02:00
Add 'asdf' plugin
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Find where asdf should be installed.
|
||||
ASDF_DIR="${ASDF_DIR:-$HOME/.asdf}"
|
||||
|
||||
# Load asdf, if found.
|
||||
if [ -f $ASDF_DIR/asdf.sh ]; then
|
||||
. $ASDF_DIR/asdf.sh
|
||||
fi
|
||||
Reference in New Issue
Block a user