Skip to content

Commit

Permalink
Added Kubernetes aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Apr 9, 2018
1 parent ecc12ee commit ffb68f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .aliases
Expand Up @@ -5,6 +5,10 @@ alias ....='cd ../../..'
alias .....='cd ../../../..'
alias -- -='cd -'

# Kubernetes
alias k='kubectl'
alias ksys='kubectl -n kube-system'

# URLs
alias urlencode='python -c "import sys, urllib as ul; print ul.quote_plus(sys.argv[1]);"'

Expand Down

0 comments on commit ffb68f8

Please sign in to comment.