[zshrc] call exa after chdir
This commit is contained in:
parent
b1d58e14cd
commit
ac517a9557
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -38,7 +38,7 @@ antigen theme gallifrey
|
||||||
antigen apply
|
antigen apply
|
||||||
|
|
||||||
hash direnv &> /dev/null && eval "$(direnv hook zsh)"
|
hash direnv &> /dev/null && eval "$(direnv hook zsh)"
|
||||||
|
chpwd() { exa }
|
||||||
ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd
|
ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
|
||||||
bindkey '^ ' autosuggest-accept
|
bindkey '^ ' autosuggest-accept
|
||||||
|
|
Loading…
Reference in a new issue