From 37d8e4c6788b1bac7765a568ab0e6807f0e919a2 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 7 Nov 2024 09:58:21 -0500 Subject: [PATCH] feat: Updates tmux-sessionator path to use nas --- zsh/config/.zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/config/.zshenv b/zsh/config/.zshenv index 4112a82..9a3dc0c 100755 --- a/zsh/config/.zshenv +++ b/zsh/config/.zshenv @@ -28,7 +28,7 @@ export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 # Directories export ARCHIVE="/Volumes/Archive" export BUCKET="/Volumes/Bucket" -export REPOS="$BUCKET/Repos" +export REPOS="/Volumes/michael/Repos" export GHREPOS="$REPOS/github.com/$GITUSER" export HHEREPOS="$REPOS/github.com/hhe-dev" export LOCAL_REPOS="$REPOS/local"