zshrc: switched to direnv plugin from oh my zsh
This commit is contained in:
parent
a7061c3ed9
commit
09726a60e2
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -17,6 +17,7 @@ git-extras
|
||||||
tmux
|
tmux
|
||||||
command-not-found
|
command-not-found
|
||||||
debian
|
debian
|
||||||
|
direnv
|
||||||
gpg-agent
|
gpg-agent
|
||||||
pip
|
pip
|
||||||
ssh-agent
|
ssh-agent
|
||||||
|
@ -37,7 +38,6 @@ antigen apply
|
||||||
source "$HOME/.local/bin/generate-env"
|
source "$HOME/.local/bin/generate-env"
|
||||||
emulate sh -c '. ~/.profile'
|
emulate sh -c '. ~/.profile'
|
||||||
|
|
||||||
hash direnv &> /dev/null && eval "$(direnv hook zsh)"
|
|
||||||
chpwd() { exa }
|
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'
|
||||||
|
|
Loading…
Reference in a new issue