Skip to content

Commit

Permalink
zsh: alias kubectl, source other private stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Rooth committed Mar 11, 2016
1 parent aa92089 commit 7fc330f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/zshrc
Expand Up @@ -117,3 +117,7 @@ alias gbd='git for-each-ref --sort=-committerdate refs/heads/ | less'
# The next line updates PATH for the Google Cloud SDK.
#source /Users/ed/google-cloud-sdk/path.bash.inc
PATH=$HOME/google-cloud-sdk/bin:$PATH;

source ~/private-rc-stuff

alias kc=kubectl

0 comments on commit 7fc330f

Please sign in to comment.