Added asdf plugin for completions
This commit is contained in:
3
.zshrc
3
.zshrc
@@ -14,7 +14,7 @@ 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"
|
||||||
@@ -128,4 +128,3 @@ fi
|
|||||||
# Remove duplicate entries in the PATH
|
# Remove duplicate entries in the PATH
|
||||||
typeset -U path
|
typeset -U path
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
15
dorf
Normal file
15
dorf
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# bun completions
|
||||||
|
[ -s "/home/ed/.bun/_bun" ] && source "/home/ed/.bun/_bun"
|
||||||
|
|
||||||
|
# >>> juliaup initialize >>>
|
||||||
|
|
||||||
|
# !! Contents within this block are managed by juliaup !!
|
||||||
|
|
||||||
|
path=('/home/ed/.juliaup/bin' $path)
|
||||||
|
export PATH
|
||||||
|
|
||||||
|
# <<< juliaup initialize <<<
|
||||||
|
|
||||||
|
# bun
|
||||||
|
export BUN_INSTALL="$HOME/.bun"
|
||||||
|
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||||
Reference in New Issue
Block a user