From 00c121102aa0c2ffa034cff3b230fdd035f9e3e2 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 14 Aug 2023 15:43:19 +0100 Subject: Path in sessionizer --- tmux_sessionizer.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux_sessionizer.bash') 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 -- cgit v1.2.3