aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 0 insertions, 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