zshrc: switched to direnv plugin from oh my zsh

This commit is contained in:
Tobias Schmidl 2024-11-22 21:29:07 +01:00
parent a7061c3ed9
commit 09726a60e2

2
.zshrc
View file

@ -17,6 +17,7 @@ git-extras
tmux
command-not-found
debian
direnv
gpg-agent
pip
ssh-agent
@ -37,7 +38,6 @@ antigen apply
source "$HOME/.local/bin/generate-env"
emulate sh -c '. ~/.profile'
hash direnv &> /dev/null && eval "$(direnv hook zsh)"
chpwd() { exa }
ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'