summaryrefslogtreecommitdiff
path: root/plugins/asdf/asdf.plugin.zsh
blob: 8736d2ff8363cc77227ea70ec121e94b7612b7ee (plain)
1
2
3
4
5
6
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