Enhance zsh configuration by adding zsh-autosuggestions plugin and adjusting highlight style

This commit is contained in:
Philip Henning 2025-08-27 15:42:47 +02:00
parent 9498a31290
commit 5b301a5c6d
2 changed files with 9 additions and 4 deletions

View file

@ -76,6 +76,9 @@ COMPLETION_WAITING_DOTS="true"
# set zoxide command to cd
ZOXIDE_CMD_OVERRIDE="cd"
# zsh-autosuggestions - https://github.com/zsh-users/zsh-autosuggestions?tab=readme-ov-file#suggestion-highlight-style
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#ffaa33,bold"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
@ -104,11 +107,12 @@ plugins=(
sublime
sudo
systemd
tig
themes
tig
uv
vscode
zoxide
zsh-autosuggestions
zsh-navigation-tools
zsh-ssh
{%@@ if distro == 'macos' @@%} # Mac specifics