From 5f68dce20da3c1761121fe88a1452c8b3d5c9ec5 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 26 Apr 2023 19:58:54 +0200 Subject: Fix für Midnight Commander und Support für OCaml hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/zshrc') 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 autoload -U compinit; compinit _comp_options+=(globdots) # With hidden files +[[ ! -r ~/.opam/opam-init/init.zsh ]] || source ~/.opam/opam-init/init.zsh >/dev/null 2>&1 + bindkey -v export KEYTIMEOUT=1 -- cgit v1.3