diff options
| author | BardofSprites <[email protected]> | 2024-11-03 21:43:30 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-11-03 21:43:30 -0500 |
| commit | eb0a8787cdec746be6e1a4859aa7f039e9686aee (patch) | |
| tree | fc4da2c6a17c1966d0529eeec50d89b43865d1bf | |
| parent | a71789d58d5f9e3d8650668d89d50cda6f8fba3b (diff) | |
update dirs
| -rwxr-xr-x | bin/.local/bin/scripts/tmux-sessionizer | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
