From c0a31f4a3ffcfdf78efb457a8686b6258fe3ad2f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 20 Apr 2020 21:27:02 -0700 Subject: Include investment accounts in hledger-fire --- hledger-fire.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hledger-fire.hs') diff --git a/hledger-fire.hs b/hledger-fire.hs index 600c8b0..b07f012 100755 --- a/hledger-fire.hs +++ b/hledger-fire.hs @@ -45,7 +45,7 @@ getTotal j d q = head $ map aquantity $ total -- cash-spending accounts. savingsAccounts :: [String] savingsAccounts = - [ "as:me:save" ] --, "as:me:vest" ] + [ "as:me:save", "as:me:vest" ] -- | Savings rate is a FIRE staple. Basically take your savings and divide it by -- your income on a monthly basis. -- cgit v1.2.3