Brewing a bit more
This commit is contained in:
parent
2e95d6f84f
commit
a741674a52
2
zshrc
2
zshrc
@ -108,6 +108,7 @@ if [[ -d ~/.oh-my-zsh/plugins/just/ ]]; then
|
||||
fi
|
||||
|
||||
fpath=(/usr/local/share/zsh/site-functions $fpath)
|
||||
fpath=("${HOMEBREW_PREFIX}/share/zsh/site-functions" $fpath)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
@ -215,6 +216,7 @@ __maybesource ~/google-cloud-sdk/completion.zsh.inc
|
||||
__maybesource /usr/share/nvm/init-nvm.sh silent
|
||||
__maybesource /usr/local/opt/nvm/nvm.sh silent
|
||||
__maybesource "${NVM_DIR}/nvm.sh"
|
||||
__maybesource /home/linuxbrew/.linuxbrew/opt/nvm/nvm.sh
|
||||
__maybesource ~/.kiex/scripts/kiex
|
||||
__maybesource ~/.config/tabtab/__tabtab.zsh
|
||||
__maybesource ~/.sdkman/bin/sdkman-init.sh
|
||||
|
Loading…
Reference in New Issue
Block a user