[zshrc] call exa after chdir

This commit is contained in:
Tobias Schmidl 2023-01-18 07:15:43 +01:00
parent b1d58e14cd
commit ac517a9557

2
.zshrc
View file

@ -38,7 +38,7 @@ antigen theme gallifrey
antigen apply
hash direnv &> /dev/null && eval "$(direnv hook zsh)"
chpwd() { exa }
ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
bindkey '^ ' autosuggest-accept