feat: kx- and kn- aliases

This commit is contained in:
AngeD 2022-09-28 19:42:31 +02:00
parent 4fe4f8864e
commit 4f4420c37d
2 changed files with 3 additions and 1 deletions

View File

@ -157,7 +157,7 @@ font:
#style: Bold Italic #style: Bold Italic
# Point size # Point size
size: 12.0 #size: 11.0
# Offset is the extra space around each character. `offset.y` can be thought # 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 # of as modifying the line spacing, and `offset.x` as modifying the letter

View File

@ -14,6 +14,8 @@
alias kx='kubectx' alias kx='kubectx'
alias kn='kubens' alias kn='kubens'
alias kx-='kubectx -'
alias kn-='kubens -'
alias k='kubectl' alias k='kubectl'
alias ksys='kubectl --namespace=kube-system' alias ksys='kubectl --namespace=kube-system'
alias ka='kubectl apply --recursive -f' alias ka='kubectl apply --recursive -f'