From 06a0bbdd37ec6f9ebdfea30fbd3ad963992f7eff Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 21 Jun 2022 13:04:04 +0800 Subject: [PATCH] bash: remove google cloud sdk path --- .bash_profile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.bash_profile b/.bash_profile index f3fe7d0..3bdaf23 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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 -- 2.43.0