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 | |
| 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')
| -rw-r--r-- | zsh/zshenv | 3 | ||||
| -rw-r--r-- | zsh/zshrc | 2 |
2 files changed, 5 insertions, 0 deletions
| @@ -16,3 +16,6 @@ HOME_LOCAL="$HOME/.local" | |||
| 16 | export PATH="$PATH:$NPM_PACKAGES/bin:$HOME_LOCAL/bin" | 16 | export PATH="$PATH:$NPM_PACKAGES/bin:$HOME_LOCAL/bin" |
| 17 | export MANPATH="${MANPATH-$(manpath)}:$NPM_PACKAGES/share/man" | 17 | export MANPATH="${MANPATH-$(manpath)}:$NPM_PACKAGES/share/man" |
| 18 | 18 | ||
| 19 | # Fix Midnight Commander ESC Taste | ||
| 20 | export KEYBOARD_KEY_TIMEOUT_US=1000 | ||
| 21 | |||
| @@ -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 | ||
