Modify some zsh stuff
This commit is contained in:
parent
99ab68ebef
commit
c7381dc20c
2 changed files with 1 additions and 1 deletions
1
.zshpath
1
.zshpath
|
@ -1 +0,0 @@
|
|||
path+=("")
|
1
.zshrc
1
.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"
|
||||
|
|
Loading…
Reference in a new issue