From c48b4b8772d97bd466322c974476c95fa49a9eba Mon Sep 17 00:00:00 2001 From: Mike Vanbuskirk Date: Thu, 14 Nov 2024 15:51:26 -0500 Subject: [PATCH] sessionizer personal config --- bin/.local/bin/tmux-sessionizer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.local/bin/tmux-sessionizer b/bin/.local/bin/tmux-sessionizer index 77fb23d..46ffaaf 100755 --- a/bin/.local/bin/tmux-sessionizer +++ b/bin/.local/bin/tmux-sessionizer @@ -3,7 +3,7 @@ if [[ $# -eq 1 ]]; then selected=$1 else - selected=$(find ~/redzone ~/build ~/ -mindepth 1 -maxdepth 1 -type d | fzf) + selected=$(find ~/projects ~/build ~/ -mindepth 1 -maxdepth 1 -type d | fzf) fi if [[ -z $selected ]]; then