zshrc: Added direnv

This commit is contained in:
Tobias Schmidl 2022-09-21 07:14:29 +02:00
parent 41cb23b5da
commit a5c8e80a9f

2
.zshrc
View file

@ -37,6 +37,8 @@ EOBUNDLES
antigen theme gallifrey
antigen apply
hash direnv &> /dev/null && eval "$(direnv hook zsh)"
ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
bindkey '^ ' autosuggest-accept