Add You Should Use plugin
This commit is contained in:
parent
4eba89e95d
commit
aca4b06018
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,10 @@ test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_in
|
||||||
# Source the untracked `extra` file
|
# Source the untracked `extra` file
|
||||||
test -e $HOME/.extra && source $HOME/.extra
|
test -e $HOME/.extra && source $HOME/.extra
|
||||||
|
|
||||||
|
# You Should Use
|
||||||
|
test -e /opt/homebrew/share/zsh-you-should-use/you-should-use.plugin.zsh && source /opt/homebrew/share/zsh-you-should-use/you-should-use.plugin.zsh
|
||||||
|
test -e /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh && source /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh
|
||||||
|
|
||||||
# Setup NVM
|
# Setup NVM
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
|
Loading…
Add table
Reference in a new issue