diff --git a/nix/pkgs/tmux-sessionizer/configure-directories.patch b/nix/pkgs/tmux-sessionizer/configure-directories.patch index 49fddfd..33a19b2 100644 --- a/nix/pkgs/tmux-sessionizer/configure-directories.patch +++ b/nix/pkgs/tmux-sessionizer/configure-directories.patch @@ -9,7 +9,7 @@ index fa1bec5..4d79e0b 100755 - # If someone wants to make this extensible, i'll accept - # PR - selected=$(find ~/ ~/personal ~/personal/dev/env/.config -mindepth 1 -maxdepth 1 -type d | fzf) -+ selected=$(find -L ~/ ~/Code ~/Documents -mindepth 1 -maxdepth 1 -type d | sort | fzf) ++ selected=$(find -L ~/ ~/Code ~/Code/os ~/Documents -mindepth 1 -maxdepth 1 -type d | sort | fzf) fi if [[ -z $selected ]]; then