Compare commits

..

2 commits

Author SHA1 Message Date
Danielle McLean a86c8f0ea9
Add Google Cloud SDK bins to path 2023-06-15 10:30:01 +10:00
Danielle McLean a1c3043a5f
Alias for tunneling kubectl through local proxy 2023-06-15 10:29:27 +10:00
2 changed files with 3 additions and 0 deletions

View file

@ -22,3 +22,5 @@ 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"

View file

@ -5,6 +5,7 @@ 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