From d87eb0ab54a08aa9777791c87bd7c228e16b6544 Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Wed, 20 Sep 2023 21:08:41 +0200 Subject: [PATCH] feat: `direnv` --- debian.sh | 1 + home/.zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/debian.sh b/debian.sh index b3d92b1..45015e0 100755 --- a/debian.sh +++ b/debian.sh @@ -139,6 +139,7 @@ install_cli_tools() { just --completions zsh > "${ZSH_COMPLETIONS_DIR}/_just" sudo apt update && sudo apt install --yes \ + direnv \ dnsutils \ fd-find \ file \ diff --git a/home/.zshrc b/home/.zshrc index 3fee1f7..a9b9bd6 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -104,3 +104,4 @@ eval "$(zoxide init zsh)" eval "$(keychain --eval id_ed25519)" eval "$(github-copilot-cli alias -- "$0")" eval "$(erd --completions zsh)" +eval "$(direnv hook zsh)"