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/zshenv | 3 +++ zsh/zshrc | 2 ++ 2 files changed, 5 insertions(+) diff --git a/zsh/zshenv b/zsh/zshenv index 8f69c34..4ada7f3 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -16,3 +16,6 @@ HOME_LOCAL="$HOME/.local" export PATH="$PATH:$NPM_PACKAGES/bin:$HOME_LOCAL/bin" export MANPATH="${MANPATH-$(manpath)}:$NPM_PACKAGES/share/man" +# Fix Midnight Commander ESC Taste +export KEYBOARD_KEY_TIMEOUT_US=1000 + 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