diff --git a/config/zsh/interactive/aliases b/config/zsh/interactive/aliases index c2de835..29b86ef 100644 --- a/config/zsh/interactive/aliases +++ b/config/zsh/interactive/aliases @@ -22,5 +22,3 @@ alias cdu=cd-gitroot # make sure ELinks can detect when it's in tmux alias elinks="STY= elinks" - -alias bubectl="HTTPS_PROXY=localhost:8888 kubectl" diff --git a/config/zsh/login/path b/config/zsh/login/path index 828ae73..be405a1 100644 --- a/config/zsh/login/path +++ b/config/zsh/login/path @@ -5,7 +5,6 @@ if (( $+commands[brew] )); then /usr/local/opt/coreutils/libexec/gnubin /usr/local/sbin ~/Library/Python/*/bin(N) - /usr/local/share/google-cloud-sdk/bin $path ) fi