This commit is contained in:
2024-09-09 08:36:14 -06:00

15
.zshrc
View File

@@ -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 <<<