aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-06-04 12:36:25 +0200
committerThomas Schmucker <ts@its1.de>2026-06-04 12:36:25 +0200
commit011f3e8f670db9fa5e4edfb10db302ac9833eeb9 (patch)
treea1d2fb3ff1733b3b8add7b2818ae4e663980bbc6 /zsh
parentc46fef3de6ea84de7e5e69de5c8a0bd3e7c072a1 (diff)
downloaddotfiles-011f3e8f670db9fa5e4edfb10db302ac9833eeb9.tar.gz
dotfiles-011f3e8f670db9fa5e4edfb10db302ac9833eeb9.tar.bz2
dotfiles-011f3e8f670db9fa5e4edfb10db302ac9833eeb9.zip
zsh: Pfade werden nicht mehr unterstrichen dargestellt
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 24f1ff0..da050c5 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -44,6 +44,8 @@ case "$OSTYPE" in
44 ;; 44 ;;
45esac 45esac
46 46
47ZSH_HIGHLIGHT_STYLES[path]='none'
48
47bindkey -v 49bindkey -v
48export KEYTIMEOUT=1 50export KEYTIMEOUT=1
49 51