summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Smith <kent@sadbeast.com>2024-04-01 16:06:19 -0700
committerKent Smith <kent@sadbeast.com>2024-04-01 16:06:19 -0700
commit2ef353cd7ed2714c7ad86e14a3c9b13039c1f21b (patch)
tree8f09c55786ee5233eafa4d2395c5b887a8dd1379
parentd256ff16b71a8bbe7e4aabd35fe7dd019598c7e9 (diff)
downloadcfg-main.tar.gz
cfg-main.tar.bz2
can i finally get rid of asdf yetHEADmain
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index fcd8ea8..028a912 100644
--- a/.zshrc
+++ b/.zshrc
@@ -22,7 +22,7 @@ source ${ZDOTDIR:-~}/.antidote/antidote.zsh
antidote load
export ASDF_DIR="$HOME/.asdf"
-. "$ASDF_DIR//asdf.sh"
+[ -f "$ASDF_DIR/asdf.sh" ] && . "$ASDF_DIR/asdf.sh"
# append completions to fpath
fpath=(${ASDF_DIR}/completions $fpath)