From 8b42c8f3349981697a03251bdb4eeb13d0e5f758 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 6 Oct 2023 17:57:36 +0900 Subject: zsh: remove direnv integration Because "direnv hook zsh" is injected automatically by Nix. --- .zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.zshrc b/.zshrc index 96ffce8..40e133b 100644 --- a/.zshrc +++ b/.zshrc @@ -425,7 +425,3 @@ export PATH="$HOME/go/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.deno/bin:$PATH" export PATH=/usr/local/go/bin:$PATH - -if type direnv >/dev/null 2>&1; then - eval "$(direnv hook zsh)" -fi -- cgit v1.2.3-70-g09d2