diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-06-10 07:02:35 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-06-10 07:02:35 +0200 |
| commit | 3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2 (patch) | |
| tree | cbc6b6a56bed214b7efeb8e7eabb00acfde7ba22 /zsh | |
| parent | fb8eb91fb404e8f8c9bcd6b201e18522e3200ac5 (diff) | |
| parent | cf47304c9f96b921ad12faf762574702e7fe562a (diff) | |
| download | dotfiles-3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2.tar.gz dotfiles-3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2.tar.bz2 dotfiles-3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2.zip | |
Merge branch 'master' of ssh://raspi2:/srv/git/dotfiles
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -29,6 +29,7 @@ setopt HIST_SAVE_NO_DUPS | |||
| 29 | setopt INC_APPEND_HISTORY | 29 | setopt INC_APPEND_HISTORY |
| 30 | setopt SHARE_HISTORY | 30 | setopt SHARE_HISTORY |
| 31 | setopt HIST_IGNORE_ALL_DUPS | 31 | setopt HIST_IGNORE_ALL_DUPS |
| 32 | setopt HIST_IGNORE_SPACE | ||
| 32 | 33 | ||
| 33 | source_file "$HOME/.opam/opam-init/init.zsh" | 34 | source_file "$HOME/.opam/opam-init/init.zsh" |
| 34 | 35 | ||
| @@ -43,6 +44,11 @@ case "$OSTYPE" in | |||
| 43 | ;; | 44 | ;; |
| 44 | esac | 45 | esac |
| 45 | 46 | ||
| 47 | if (( ${+ZSH_HIGHLIGHT_STYLES} )); then | ||
| 48 | ZSH_HIGHLIGHT_STYLES[path]='none' | ||
| 49 | ZSH_HIGHLIGHT_STYLES[path_prefix]='none' | ||
| 50 | fi | ||
| 51 | |||
| 46 | bindkey -v | 52 | bindkey -v |
| 47 | export KEYTIMEOUT=1 | 53 | export KEYTIMEOUT=1 |
| 48 | 54 | ||
