mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add krew as a command
This commit is contained in:
parent
638b19f68d
commit
ac0f64f16f
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ export PATH="${PATH}:$XDG_DATA_HOME/krew/bin"
|
|||
# e.g. "grep -i"
|
||||
export SEARCH_TOOL="ag"
|
||||
|
||||
# I always forget that krew isn't a command
|
||||
alias krew='kubectl krew'
|
||||
|
||||
# cluster context shortcut
|
||||
alias k="kubecolor"
|
||||
alias ka="kubecolor apply -f"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue