summaryrefslogtreecommitdiff
path: root/.config/zsh/exports.zsh
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-13 13:45:22 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-13 13:45:22 +0100
commit7f9c2629c4eb416fcda906d6ad25457b7cff1e22 (patch)
tree5c3ab3f4f6a8199ef84013db5936d452133e2945 /.config/zsh/exports.zsh
parent79d817546e4003d612c88ad298bf261158123298 (diff)
rofi themes and add zsh plugins for git and kubectl
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