Oy
This commit is contained in:
15
.zshrc
15
.zshrc
@@ -19,7 +19,7 @@ case "`uname`" in
|
|||||||
Darwin)
|
Darwin)
|
||||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||||
STATARGS="-f %m"
|
STATARGS="-f %m"
|
||||||
plugins=(battery brew golang lein macos zsh-syntax-highlighting)
|
plugins=(asdf battery brew golang lein macos zsh-syntax-highlighting)
|
||||||
;;
|
;;
|
||||||
OpenBSD)
|
OpenBSD)
|
||||||
STATARGS="-f %m"
|
STATARGS="-f %m"
|
||||||
@@ -128,3 +128,16 @@ fi
|
|||||||
# Remove duplicate entries in the PATH
|
# Remove duplicate entries in the PATH
|
||||||
typeset -U 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