aboutsummaryrefslogtreecommitdiffstats
path: root/tmux_sessionizer.bash
diff options
context:
space:
mode:
Diffstat (limited to 'tmux_sessionizer.bash')
-rwxr-xr-xtmux_sessionizer.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux_sessionizer.bash b/tmux_sessionizer.bash
index 8234d5e..4e51e78 100755
--- a/tmux_sessionizer.bash
+++ b/tmux_sessionizer.bash
@@ -3,7 +3,7 @@
if [[ $# -eq 1 ]]; then
selected=$1
else
- selected=$(find ~/code/python ~/code/go ~/code/perl ~/code/bash ~/Documents/Notes ~/ ~/Budget/ledger/hledger ~/bin -mindepth 1 -maxdepth 1 -type d | fzf)
+ selected=$(find ~/code/ ~/Documents ~/ ~/Budget/ledger/hledger ~/bin -mindepth 1 -maxdepth 2 -type d | fzf)
fi
if [[ -z $selected ]]; then