From 09726a60e2a734102cf5e47f7c59ca0c0c0cc42c Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 22 Nov 2024 21:29:07 +0100 Subject: [PATCH] zshrc: switched to direnv plugin from oh my zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a5104f7..1a40acb 100644 --- a/.zshrc +++ b/.zshrc @@ -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'