bash: remove google cloud sdk path
1 files changed, 0 insertions(+), 4 deletions(-) M .bash_profile
M .bash_profile => .bash_profile +0 -4
@@ 62,8 62,4 @@ else export ANDROID_SDK_ROOT="$ANDROID_HOME" fi -if [ -d ~/google-cloud-sdk/bin ]; then - PATH="$PATH:$HOME/google-cloud-sdk/bin" -fi - [[ -f ~/.bashrc ]] && . ~/.bashrc