From 9038e1a87e122d91d55ebf80b7e2d7459286cde1 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Fri, 18 Feb 2022 12:20:49 -0500
Subject: updates

---
 hledger-networth | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'hledger-networth')

diff --git a/hledger-networth b/hledger-networth
index 67c8aa8..3eabcc2 100755
--- a/hledger-networth
+++ b/hledger-networth
@@ -1,4 +1,7 @@
 #!/usr/bin/env bash
 #
 # pipe to tplot for a quick plot
-hledger reg ^as ^li -V | awk -F'[[:space:]][[:space:]]+' '{print $4}' | cut -d' ' -f1 | tr -d ','
+hledger reg ^as ^li -V -XUSD \
+  | awk -F'[[:space:]][[:space:]]+' '{print $4}' \
+  | cut -d' ' -f1 \
+  | tr -d ','
-- 
cgit v1.2.3