From 8b80993e786f0dc09b2dfee20e58a6c4e50f7bd1 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 14 May 2026 16:00:19 -0400 Subject: [PATCH] fix xnspa: explicit csv format for visidata stdin Co-Authored-By: Claude Sonnet 4.6 (1M context) --- dotfiles/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index de2ab41..c3610f7 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -176,7 +176,7 @@ xnspa() { --csv \ --pset footer=off \ $db_args \ - -f "$file" | vd - + -f "$file" | vd -f csv - } xndb2() {