Remove nvm
This commit is contained in:
parent
1c20cb1e91
commit
c67b27c8c9
1 changed files with 0 additions and 5 deletions
|
@ -144,11 +144,6 @@ test -e $HOME/.extra && source $HOME/.extra
|
||||||
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 /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
|
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
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
|
||||||
|
|
||||||
# Setup GitHub Copilot
|
# Setup GitHub Copilot
|
||||||
if type github-copilot-cli > /dev/null; then
|
if type github-copilot-cli > /dev/null; then
|
||||||
eval "$(github-copilot-cli alias -- "$0")"
|
eval "$(github-copilot-cli alias -- "$0")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue