feat: kx- and kn- aliases
This commit is contained in:
parent
4fe4f8864e
commit
4f4420c37d
@ -157,7 +157,7 @@ font:
|
||||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 12.0
|
||||
#size: 11.0
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
|
@ -14,6 +14,8 @@
|
||||
|
||||
alias kx='kubectx'
|
||||
alias kn='kubens'
|
||||
alias kx-='kubectx -'
|
||||
alias kn-='kubens -'
|
||||
alias k='kubectl'
|
||||
alias ksys='kubectl --namespace=kube-system'
|
||||
alias ka='kubectl apply --recursive -f'
|
||||
|
Loading…
Reference in New Issue
Block a user