diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-04-26 19:58:54 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-04-26 19:58:54 +0200 |
| commit | 5f68dce20da3c1761121fe88a1452c8b3d5c9ec5 (patch) | |
| tree | f4601101d8997707a425fd3c7bc36c917e108989 /zsh/zshrc | |
| parent | 731c2787b9db8faf5bb740dcee1e09f271ae4982 (diff) | |
| download | dotfiles-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/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -10,6 +10,8 @@ setopt HIST_SAVE_NO_DUPS | |||
| 10 | autoload -U compinit; compinit | 10 | autoload -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 | |||
| 13 | bindkey -v | 15 | bindkey -v |
| 14 | export KEYTIMEOUT=1 | 16 | export KEYTIMEOUT=1 |
| 15 | 17 | ||
