aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-04-26 19:58:54 +0200
committerThomas Schmucker <ts@its1.de>2023-04-26 19:58:54 +0200
commit5f68dce20da3c1761121fe88a1452c8b3d5c9ec5 (patch)
treef4601101d8997707a425fd3c7bc36c917e108989 /zsh/zshrc
parent731c2787b9db8faf5bb740dcee1e09f271ae4982 (diff)
downloaddotfiles-5f68dce20da3c1761121fe88a1452c8b3d5c9ec5.tar.gz
dotfiles-5f68dce20da3c1761121fe88a1452c8b3d5c9ec5.tar.bz2
dotfiles-5f68dce20da3c1761121fe88a1452c8b3d5c9ec5.zip
Fix für Midnight Commander und Support für OCaml hinzugefügt
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