From 6be8e2449c2c5a00cf9a0c94bc5844907ceb84e5 Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 29 Oct 2018 21:37:23 +0100 Subject: Added different things --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.zshrc') 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) -- cgit v1.2.3