aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 8eb3dc6..e36aad2 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -10,6 +10,8 @@ setopt HIST_SAVE_NO_DUPS
10autoload -U compinit; compinit 10autoload -U compinit; compinit
11_comp_options+=(globdots) # With hidden files 11_comp_options+=(globdots) # With hidden files
12 12
13[[ ! -r ~/.opam/opam-init/init.zsh ]] || source ~/.opam/opam-init/init.zsh >/dev/null 2>&1
14
13bindkey -v 15bindkey -v
14export KEYTIMEOUT=1 16export KEYTIMEOUT=1
15 17