summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorJulian <j@teule.nl>2018-10-29 21:37:23 +0100
committerJulian <j@teule.nl>2018-10-29 21:37:23 +0100
commit6be8e2449c2c5a00cf9a0c94bc5844907ceb84e5 (patch)
treec1ff9c6bb7594b55bfeb1d3403ba43ff21ad0648 /.zshrc
parent4e2e2ea2db51075f4269e4b38429c719688aa759 (diff)
Added different things
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 8b8d647..f075d59 100644
--- a/.zshrc
+++ b/.zshrc
@@ -55,7 +55,7 @@ echo "Loading plugins"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
-plugins=(git sudo vi-mode zsh-syntax-highlighting)
+plugins=(git sudo zsh-syntax-highlighting)
echo "Loading zsh"
source $ZSH/oh-my-zsh.sh
@@ -134,7 +134,6 @@ SUDO_EDITOR=nvim
alias vimvimvim="vim"
-export KEYTIMEOUT=1
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)