From eb0a8787cdec746be6e1a4859aa7f039e9686aee Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:43:30 -0500 Subject: update dirs --- bin/.local/bin/scripts/tmux-sessionizer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/.local') diff --git a/bin/.local/bin/scripts/tmux-sessionizer b/bin/.local/bin/scripts/tmux-sessionizer index f66aafb..119313d 100755 --- a/bin/.local/bin/scripts/tmux-sessionizer +++ b/bin/.local/bin/scripts/tmux-sessionizer @@ -3,7 +3,7 @@ if [ "$#" -eq 1 ]; then selected=$1 else - selected=$(find ~/Notes/Org-Roam/ ~/Code/ ~/Documents/ -mindepth 1 -maxdepth 1 -type d | fzf) + selected=$(find ~/.config/ ~/.local/bin/scripts/ ~/.local/bin/scripts/perl ~/.local/bin/scripts/status ~/Code/ ~/Documents/ -mindepth 1 -maxdepth 1 -type d | fzf) fi if [ -z "$selected" ]; then -- cgit v1.2.3