File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ These scripts are meant to run only on OS X
8484
8585- [ Bash Hacks] ( docs/bash-hints.md )
8686- [ Tools and guides] ( docs/tools.md )
87+ - [ debug] ( docs/tools.md#debug-zsh )
8788
8889### Evaluate Tools
8990
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export NVM_LOCAL="/usr/local/opt/nvm"
4545# shellcheck source=/dev/null
4646[ -s " $NVM_LOCAL /nvm.sh" ] && source " $NVM_LOCAL /nvm.sh" --no-use # This loads nvm
4747# shellcheck source=/dev/null
48- [ -s " $NVM_LOCAL /etc/bash_completion.d/nvm" ] && \. " $NVM_LOCAL /etc/bash_completion.d/nvm" # This loads nvm bash_completion
48+ # [ -s "$NVM_LOCAL/etc/bash_completion.d/nvm" ] && \. "$NVM_LOCAL/etc/bash_completion.d/nvm" # This loads nvm bash_completion
4949
5050[[ -f ~ /.config/manage/python ]] && source ~ /.config/manage/python
5151
You can’t perform that action at this time.
0 commit comments