diff --git a/lib/shared/scripts/t.nix b/lib/shared/scripts/t.nix index 4bc048c..5527a82 100644 --- a/lib/shared/scripts/t.nix +++ b/lib/shared/scripts/t.nix @@ -56,7 +56,7 @@ ! -name "*.old" ) - selected_path=$(echo "''${items}" | fzf) + selected_path=$(echo "''${items}" | sort | fzf --reverse) fi session_name=$(basename "$selected_path" | sed 's/\./_/g')