From 70ffdd0877fd651e5ae39ec4cebc4ed9fec515cd Mon Sep 17 00:00:00 2001 From: Hiroto Kitazawa Date: Tue, 27 Jan 2026 12:36:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20direnv=E3=81=AEhook=E3=82=92zsh=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- symlinks/files/auto-link/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symlinks/files/auto-link/.zprofile b/symlinks/files/auto-link/.zprofile index 114938c..8589348 100644 --- a/symlinks/files/auto-link/.zprofile +++ b/symlinks/files/auto-link/.zprofile @@ -54,7 +54,7 @@ fi # direnv # if type "direnv" > /dev/null 2>&1; then - eval "$(direnv hook bash)" + eval "$(direnv hook zsh)" fi #