about summary refs log tree commit diff
path: root/profile/.profile.d/hledger.sh
blob: b656ba2ae4e47929bd72719ef3b858e899c05d3f (plain) (blame)
1
2
3
4
5
#!/bin/sh

if command -v hledger >/dev/null 2>&1; then
	export LEDGER_FILE="${XDG_DOCUMENTS_DIR}/accounting/current.journal"
fi

Consider giving Nix/NixOS a try! <3