diff --git a/.zshrc b/.zshrc index ff8976c..3b2feac 100644 --- a/.zshrc +++ b/.zshrc @@ -19,7 +19,7 @@ case "`uname`" in Darwin) test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" STATARGS="-f %m" - plugins=(battery brew golang lein macos zsh-syntax-highlighting) + plugins=(asdf battery brew golang lein macos zsh-syntax-highlighting) ;; OpenBSD) STATARGS="-f %m" @@ -128,3 +128,16 @@ fi # Remove duplicate entries in the PATH typeset -U path +if [ -e $HOME/.asdf/asdf.sh ]; then + source $HOME/.asdf/asdf.sh +fi + + +# >>> juliaup initialize >>> + +# !! Contents within this block are managed by juliaup !! + +path=('/Users/ed/.juliaup/bin' $path) +export PATH + +# <<< juliaup initialize <<<