From 226517356474e91640759997ed562d13df6fb7ec Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 23 Sep 2024 10:47:00 +0100 Subject: [PATCH] Include the tfw sub-directories --- lib/shared/scripts/create-zellij-session.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/scripts/create-zellij-session.nix b/lib/shared/scripts/create-zellij-session.nix index 6ec5abd..b8a5e9b 100644 --- a/lib/shared/scripts/create-zellij-session.nix +++ b/lib/shared/scripts/create-zellij-session.nix @@ -38,7 +38,7 @@ if [[ $# -eq 1 ]]; then selected_path=$1 else - selected_path=$(find "$REPOS" "$HOME/Documents" -maxdepth 1 -mindepth 1 -type d \ + selected_path=$(find "$REPOS" "$REPOS/tfw" "$HOME/Documents" -maxdepth 1 -mindepth 1 -type d \ ! -name "*-old" \ ! -name "*.bak" \ ! -name "*.old" \