You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elif [ "$node_version"!="$(nvm version default)" ];then
120
-
echo"Reverting to nvm default version"
121
-
nvm use default
122
-
fi
123
-
}
124
-
add-zsh-hook chpwd load-nvmrc
125
-
load-nvmrc
102
+
# export NVM_DIR="/Users/ozanseymen/.nvm"
103
+
export NVM_DIR="$HOME/.nvm"
104
+
[ -s"$NVM_DIR/nvm.sh" ] &&\."$NVM_DIR/nvm.sh"# This loads nvm
105
+
[ -s"$NVM_DIR/bash_completion" ] &&\."$NVM_DIR/bash_completion"# This loads nvm bash_completion
126
106
127
107
# The next line updates PATH for the Google Cloud SDK.
128
-
if [ -f'/Users/ozanseymen/google-cloud-sdk/path.zsh.inc' ];thensource'/Users/ozanseymen/google-cloud-sdk/path.zsh.inc';fi
108
+
if [ -f'/home/ozanseymen/Downloads/google-cloud-sdk/path.zsh.inc' ];thensource'/home/ozanseymen/Downloads/google-cloud-sdk/path.zsh.inc';fi
129
109
130
110
# The next line enables shell command completion for gcloud.
131
-
if [ -f'/Users/ozanseymen/google-cloud-sdk/completion.zsh.inc' ];thensource'/Users/ozanseymen/google-cloud-sdk/completion.zsh.inc';fi
132
-
[ -s"$NVM_DIR/bash_completion" ] &&\."$NVM_DIR/bash_completion"# This loads nvm bash_completion
111
+
if [ -f'/home/ozanseymen/Downloads/google-cloud-sdk/completion.zsh.inc' ];thensource'/home/ozanseymen/Downloads/google-cloud-sdk/completion.zsh.inc';fi
0 commit comments