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" \