From d34800d5b9051b803c9ed2906804d342bca6faab Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Fri, 19 Dec 2025 17:28:24 +0000 Subject: [PATCH] add direnv to default install --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 29221fb..91e8321 100755 --- a/install.sh +++ b/install.sh @@ -36,7 +36,8 @@ for dir in \ tmux \ zsh \ aichat \ - npm + npm \ + direnv do $STOW -t $HOME $dir done