aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-08-14 15:43:19 +0100
committerMatthew Lemon <y@yulqen.org>2023-08-14 15:43:19 +0100
commit00c121102aa0c2ffa034cff3b230fdd035f9e3e2 (patch)
treed2132bd4cd273d51cd9ec4cb862d80805dc93ec6
parent2c6effdd9c62db04b956403097766c846fa67299 (diff)
Path in sessionizer
-rwxr-xr-xtmux_sessionizer.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux_sessionizer.bash b/tmux_sessionizer.bash
index 387ada1..cf8719d 100755
--- a/tmux_sessionizer.bash
+++ b/tmux_sessionizer.bash
@@ -3,7 +3,7 @@
if [[ $# -eq 1 ]]; then
selected=$1
else
- selected=$(find ~/code/python/ ~/Documents/Notes ~/ ~/Budget/hledger ~/bin -mindepth 1 -maxdepth 1 -type d | fzf)
+ selected=$(find ~/code/python/ ~/Documents/ ~/Documents/Notes/ ~/ ~/Budget/hledger ~/bin -mindepth 1 -maxdepth 1 -type d | fzf)
fi
if [[ -z $selected ]]; then