diff options
Diffstat (limited to 'hledger-fire.hs')
-rwxr-xr-x | hledger-fire.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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. |