diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-13 13:45:22 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-13 13:45:22 +0100 |
commit | 7f9c2629c4eb416fcda906d6ad25457b7cff1e22 (patch) | |
tree | 5c3ab3f4f6a8199ef84013db5936d452133e2945 /.config/zsh | |
parent | 79d817546e4003d612c88ad298bf261158123298 (diff) |
rofi themes and add zsh plugins for git and kubectl
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/exports.zsh | 2 |
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 |