diff --git a/.zshrc b/.zshrc index 1a04aad..8a26f5a 100644 --- a/.zshrc +++ b/.zshrc @@ -14,12 +14,12 @@ case "`uname`" in alias df='df -x squashfs -x tmpfs -x devtmpfs' alias mount='mount -t ext3,ext4,cifs,nfs,nfs4,zfs,vfat,btrfs' alias open=xdg-open - plugins=(battery golang zsh-syntax-highlighting) + plugins=(asdf battery golang zsh-syntax-highlighting) ;; 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" @@ -129,3 +129,12 @@ fi typeset -U path + +# >>> juliaup initialize >>> + +# !! Contents within this block are managed by juliaup !! + +path=('/Users/ed/.juliaup/bin' $path) +export PATH + +# <<< juliaup initialize <<<