summaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-05-05 20:13:01 -0500
committerToby Vincent <tobyv13@gmail.com>2022-05-05 20:13:01 -0500
commitcb239dca2567f1b85bf10514a7c91ae0b0931c99 (patch)
tree618822fed42f5b06f9335877b4fb78d2face7d82 /zsh/.config
parenta92f711ff6ca0c0bb86f535afefd6452a30c99f7 (diff)
refactor: move shell comp color fix to zshrc
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 8e35d81..fbe8f5c 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -22,6 +22,9 @@ typeset -A ZSH_HIGHLIGHT_STYLES
export ZSH_HIGHLIGHT_STYLES[path]='fg=cyan'
export ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern line)
export ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd completion)
+# https://github.com/zsh-users/zsh-autosuggestions#suggestion-highlight-style
+export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#4f4738"
+
# Aliases
alias ls='ls --color=tty'