|
@@ -27,9 +27,5 @@ if [ -f '/Users/tom/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/tom/google-
|
|
|
# The next line enables shell command completion for gcloud.
|
|
# The next line enables shell command completion for gcloud.
|
|
|
if [ -f '/Users/tom/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/tom/google-cloud-sdk/completion.zsh.inc'; fi
|
|
if [ -f '/Users/tom/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/tom/google-cloud-sdk/completion.zsh.inc'; fi
|
|
|
|
|
|
|
|
-# zprof
|
|
|
|
|
-
|
|
|
|
|
-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
|
|
|
|
|
|
|
|
|
|
|
|
+eval "$(/opt/homebrew/bin/brew shellenv)"
|