diff --git a/.zshpath b/.zshpath deleted file mode 100644 index d582870d..00000000 --- a/.zshpath +++ /dev/null @@ -1 +0,0 @@ -path+=("") diff --git a/.zshrc b/.zshrc index e455dee6..d3cf49d7 100644 --- a/.zshrc +++ b/.zshrc @@ -73,6 +73,7 @@ setopt COMPLETE_ALIASES if [[ -a $OH_MY_ZSH ]]; then ZSH_AUTOSUGGEST_USE_ASYNC="true" ZSH_AUTOSUGGEST_STRATEGY=(history) + ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE=fg=5 MODE_CURSOR_DEFAULT="white blinking bar" MODE_CURSOR_VICMD="magenta steady block"