diff options
author | Julian <j@teule.nl> | 2018-10-29 21:37:23 +0100 |
---|---|---|
committer | Julian <j@teule.nl> | 2018-10-29 21:37:23 +0100 |
commit | 6be8e2449c2c5a00cf9a0c94bc5844907ceb84e5 (patch) | |
tree | c1ff9c6bb7594b55bfeb1d3403ba43ff21ad0648 /.zshrc | |
parent | 4e2e2ea2db51075f4269e4b38429c719688aa759 (diff) |
Added different things
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |