summaryrefslogtreecommitdiff
path: root/.config/zsh/exports.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/exports.zsh')
-rw-r--r--.config/zsh/exports.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh
index 228cb84..ccfbd07 100644
--- a/.config/zsh/exports.zsh
+++ b/.config/zsh/exports.zsh
@@ -7,6 +7,8 @@ zle_highlight=('paste:none')
plugins=(
zsh-syntax-highlighting
zsh-autosuggestions
+ git
+ kubectl
)
autoload -U colors && colors