diff --git a/nix/lib/shared/scripts/t.nix b/nix/lib/shared/scripts/t.nix index ab36494..ce6767f 100644 --- a/nix/lib/shared/scripts/t.nix +++ b/nix/lib/shared/scripts/t.nix @@ -20,7 +20,8 @@ -maxdepth 1 -mindepth 1 -type d \ ! -name "_archive" \ ! -name "*-old" \ - ! -name "*.old" + ! -name "*.old" \ + 2>/dev/null ) selected_path=$(echo "''${items}" | sort | fzf)