diff options
author | Shawn Milochik <shawn@milochik.com> | 2018-07-03 11:46:33 -0400 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-07-03 17:46:33 +0200 |
commit | dd8cf513972e3a98db984e018485034e0a482cb4 (patch) | |
tree | e10a444bc9f95b89fffca69eaf5d82067f393576 /plugins/kubectl/kubectl.plugin.zsh | |
parent | da8745eb9abe5565519218c1b732548de0b66b75 (diff) | |
download | zsh-dd8cf513972e3a98db984e018485034e0a482cb4.tar.gz zsh-dd8cf513972e3a98db984e018485034e0a482cb4.tar.bz2 zsh-dd8cf513972e3a98db984e018485034e0a482cb4.zip |
Spelling fix (#6963)
Diffstat (limited to 'plugins/kubectl/kubectl.plugin.zsh')
-rw-r--r-- | plugins/kubectl/kubectl.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kubectl/kubectl.plugin.zsh b/plugins/kubectl/kubectl.plugin.zsh index c4e30dacd..f91475b6c 100644 --- a/plugins/kubectl/kubectl.plugin.zsh +++ b/plugins/kubectl/kubectl.plugin.zsh @@ -10,7 +10,7 @@ if (( $+commands[kubectl] )); then unset __KUBECTL_COMPLETION_FILE 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 # Apply a YML file |