diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 13:45:32 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 13:45:32 +0100 |
commit | b8741890ec8922426ca393e181df5769cd53a0f9 (patch) | |
tree | 2e7767c72436f1ab3a2895ef085e103cee8beaf3 /.config/zsh/exports.zsh | |
parent | 325d75531153da1a317e219f2e5da85abbe7ea48 (diff) |
refactor zsh
Diffstat (limited to '.config/zsh/exports.zsh')
-rw-r--r-- | .config/zsh/exports.zsh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh index ccfbd07..b62c515 100644 --- a/.config/zsh/exports.zsh +++ b/.config/zsh/exports.zsh @@ -3,14 +3,6 @@ CASE_SENSITIVE="true" zle_highlight=('paste:none') -# Which plugins would you like to load? -plugins=( - zsh-syntax-highlighting - zsh-autosuggestions - git - kubectl -) - autoload -U colors && colors # History in cache directory: |