Skip to content

Commit

Permalink
update commands
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <[email protected]>
  • Loading branch information
ivankatliarchuk committed Nov 10, 2024
1 parent 1f0818f commit dc5a6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ These scripts are meant to run only on OS X

- [Bash Hacks](docs/bash-hints.md)
- [Tools and guides](docs/tools.md)
- [debug](docs/tools.md#debug-zsh)

### Evaluate Tools

Expand Down
2 changes: 1 addition & 1 deletion zsh/settings/zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export NVM_LOCAL="/usr/local/opt/nvm"
# shellcheck source=/dev/null
[ -s "$NVM_LOCAL/nvm.sh" ] && source "$NVM_LOCAL/nvm.sh" --no-use # This loads nvm
# shellcheck source=/dev/null
[ -s "$NVM_LOCAL/etc/bash_completion.d/nvm" ] && \. "$NVM_LOCAL/etc/bash_completion.d/nvm" # This loads nvm bash_completion
# [ -s "$NVM_LOCAL/etc/bash_completion.d/nvm" ] && \. "$NVM_LOCAL/etc/bash_completion.d/nvm" # This loads nvm bash_completion

[[ -f ~/.config/manage/python ]] && source ~/.config/manage/python

Expand Down

0 comments on commit dc5a6f7

Please sign in to comment.