From 8a6eac625d7f720209bbdec77c941aa0c0f049e7 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 31 May 2026 11:54:25 +0200 Subject: [PATCH] home/zsh: temp disable direnv --- home/common/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/zsh.nix b/home/common/zsh.nix index d2dc933..6d1a376 100644 --- a/home/common/zsh.nix +++ b/home/common/zsh.nix @@ -104,7 +104,7 @@ } add-zsh-hook -Uz chpwd chpwd-osc7-pwd - eval "$(direnv hook zsh)" + #eval "$(direnv hook zsh)" zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then