From 5441b2d5b7e64ddac64f97f2df4ae5309b0853c4 Mon Sep 17 00:00:00 2001 From: Stephen Hoekstra Date: Mon, 22 May 2023 23:22:35 +0200 Subject: [PATCH] Add kubectl aliases from OMZ Signed-off-by: Stephen Hoekstra --- files/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/files/zsh/zshrc b/files/zsh/zshrc index 7b90f04..8531ee1 100644 --- a/files/zsh/zshrc +++ b/files/zsh/zshrc @@ -79,6 +79,7 @@ z4h source ~/.chef/functions.zsh # Use additional Git repositories pulled in with `z4h install`. z4h load agkozak/zsh-z # jump to frequently visited directories +z4h load ohmyzsh/ohmyzsh/plugins/kubectl # kubectl goodness z4h load zimfw/git # git aliases z4h load zimfw/utility # utility aliases and functions z4h source viko16/gitcd.plugin.zsh/gitcd.plugin.zsh # git clone and change directory by a single command