mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Spelling fix (#6963)
This commit is contained in:
parent
da8745eb9a
commit
dd8cf51397
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if (( $+commands[kubectl] )); then
|
||||||
unset __KUBECTL_COMPLETION_FILE
|
unset __KUBECTL_COMPLETION_FILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# This command is used ALOT both below and in daily life
|
# This command is used a LOT both below and in daily life
|
||||||
alias k=kubectl
|
alias k=kubectl
|
||||||
|
|
||||||
# Apply a YML file
|
# Apply a YML file
|
||||||
|
|
Loading…
Reference in a new issue