Modify some zsh stuff

This commit is contained in:
David Holland 2020-01-29 20:39:33 +01:00
parent 99ab68ebef
commit c7381dc20c
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
path+=("")

1
.zshrc
View File

@ -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"