Oy
This commit is contained in:
15
.zshrc
15
.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 <<<
|
||||
|
||||
Reference in New Issue
Block a user