zshrc: Added direnv
This commit is contained in:
parent
41cb23b5da
commit
a5c8e80a9f
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue