.config/sh/zsh.rc aktualisiert

This commit is contained in:
2025-01-09 20:09:30 +01:00
parent a76be0f14d
commit 1cd194353f

View File

@@ -91,3 +91,6 @@ if [ -f ${XDG_CONFIG_HOME}/sh/zsh-syntax-highlighting.zsh ]; then
ZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]=standout ZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]=standout
fi fi
if [ -f ${XDG_CONFIG_HOME}/sh/zsh-vim-mode.zsh ]; then
source ${XDG_CONFIG_HOME}/sh/zsh-vim-mode.zsh
fi