diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-06-09 19:58:37 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-06-09 19:58:37 +0200 |
| commit | cf47304c9f96b921ad12faf762574702e7fe562a (patch) | |
| tree | c67b0d55413b6c2d4a34fb63883b7de0f53c1aff /zsh | |
| parent | 70c30283b7d96f8afabc8378e167f9adc32d4760 (diff) | |
| download | dotfiles-cf47304c9f96b921ad12faf762574702e7fe562a.tar.gz dotfiles-cf47304c9f96b921ad12faf762574702e7fe562a.tar.bz2 dotfiles-cf47304c9f96b921ad12faf762574702e7fe562a.zip | |
zsh: Pfade werden nicht mehr unterstrichen dargestellt
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -44,7 +44,10 @@ case "$OSTYPE" in | |||
| 44 | ;; | 44 | ;; |
| 45 | esac | 45 | esac |
| 46 | 46 | ||
| 47 | ZSH_HIGHLIGHT_STYLES[path]='none' | 47 | if (( ${+ZSH_HIGHLIGHT_STYLES} )); then |
| 48 | ZSH_HIGHLIGHT_STYLES[path]='none' | ||
| 49 | ZSH_HIGHLIGHT_STYLES[path_prefix]='none' | ||
| 50 | fi | ||
| 48 | 51 | ||
| 49 | bindkey -v | 52 | bindkey -v |
| 50 | export KEYTIMEOUT=1 | 53 | export KEYTIMEOUT=1 |
