mirror of
https://github.com/akelge/zsh
synced 2025-08-14 06:18:19 +00:00
Aliases
This commit is contained in:
@ -17,7 +17,7 @@ export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
|||||||
|
|
||||||
if whence kubectl > /dev/null; then
|
if whence kubectl > /dev/null; then
|
||||||
alias k=kubectl
|
alias k=kubectl
|
||||||
alias kp='kubectl ipick'
|
alias kk='kubectl konfig merge ~/.kube/configs/* > ~/.kube/config'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Setup iTerm shell integration
|
# Setup iTerm shell integration
|
||||||
|
Reference in New Issue
Block a user