[ZSH] Set this years ledger file
This commit is contained in:
parent
f8694cafd8
commit
5dc0ddbf1d
1 changed files with 6 additions and 0 deletions
|
@ -187,3 +187,9 @@ if [[ -d "/home/$USER/projects/go/bin" ]]
|
||||||
then
|
then
|
||||||
export PATH="/home/$USER/projects/go/bin:$PATH"
|
export PATH="/home/$USER/projects/go/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
####################
|
||||||
|
### LEDGER STUFF ###
|
||||||
|
####################
|
||||||
|
|
||||||
|
export LEDGER_FILE="/home/$USER/hledger/2022.journal"
|
||||||
|
|
Loading…
Reference in a new issue