mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-12-08 20:28:56 +00:00
Added oh-my-zsh in all its glory
This commit is contained in:
12
.oh-my-zsh/plugins/asdf/asdf.plugin.zsh
Normal file
12
.oh-my-zsh/plugins/asdf/asdf.plugin.zsh
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
|
||||
# Load asdf completions, if found.
|
||||
if [ -f $ASDF_DIR/completions/asdf.bash ]; then
|
||||
. $ASDF_DIR/completions/asdf.bash
|
||||
fi
|
||||
Reference in New Issue
Block a user