Add asdf plugin

This commit is contained in:
2024-08-27 19:39:16 -06:00
parent 93f4a945c2
commit f05a9928e4

13
.zshrc
View File

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