~xdavidwu/dotfiles

06a0bbdd37ec6f9ebdfea30fbd3ad963992f7eff — xdavidwu 1 year, 9 months ago b651436
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