citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit a28477f8b837903f62d6b4cc2133e3808a8d8c36
parent 2e4164f4c5d61014bcd779fb4f1722a9cfe076ae
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 24 May 2021 15:54:55 -0700

nannypay: use tsv

Diffstat:
Mbin/nannypay | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/nannypay b/bin/nannypay @@ -15,7 +15,7 @@ if [ -z $pay ]; then fi -CSV="${NANNYPAY_CSV:-$HOME/.local/share/nannypay/${NANNY}.txt}" +CSV="${NANNYPAY_CSV:-$HOME/.local/share/nannypay/${NANNY}.tsv}" mkdir -p "$(dirname "$CSV")" if [ ! -f "$CSV" ]; then touch "$CSV"