[profile] Add LEDGER_FILE for plaintext accounting
This commit is contained in:
parent
217a8f4f7a
commit
7a5304fab1
1 changed files with 2 additions and 0 deletions
2
profile
2
profile
|
@ -9,6 +9,8 @@ export PARINIT="rTbgqR B=.,?_A_a Q=_s>|"
|
||||||
|
|
||||||
export PIPENV_VENV_IN_PROJECT=true
|
export PIPENV_VENV_IN_PROJECT=true
|
||||||
|
|
||||||
|
export LEDGER_FILE="$HOME/git/ledger/$(date +%Y).journal"
|
||||||
|
|
||||||
# Automatically start x when logging in on tty1
|
# Automatically start x when logging in on tty1
|
||||||
if [ ! "$DISPLAY" -a "$XDG_VTNR" -eq 1 ]; then
|
if [ ! "$DISPLAY" -a "$XDG_VTNR" -eq 1 ]; then
|
||||||
exec startx
|
exec startx
|
||||||
|
|
Loading…
Reference in a new issue