This commit is contained in:
2026-04-04 06:25:34 +02:00
parent 93e8a13765
commit 18ac682f98
10 changed files with 56 additions and 40 deletions
@@ -29,3 +29,9 @@ fi
# Catppuccin Mocha — autosuggestions color
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#6c7086"
# Vscode shell integration
if (( $+commands[code] )) && [[ "$TERM_PROGRAM" == "vscode" ]]; then
source "$(code --locate-shell-integration-path zsh)"
fi