From c7381dc20c8a828a9661bbc993b1b4b32e3d4fb9 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Wed, 29 Jan 2020 20:39:33 +0100 Subject: [PATCH] Modify some zsh stuff --- .zshpath | 1 - .zshrc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .zshpath 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"