mirror of
https://github.com/shokinn/.files.git
synced 2025-09-13 11:14:30 +00:00
Enhance zsh configuration by adding zsh-autosuggestions plugin and adjusting highlight style
This commit is contained in:
parent
9498a31290
commit
5b301a5c6d
2 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue