mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(profile): move ledger file
This commit is contained in:
parent
636a7eae1c
commit
bea3f8c93d
2 changed files with 2 additions and 2 deletions
2
.profile
2
.profile
|
|
@ -8,7 +8,7 @@ export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
|
|||
# Environment:2 ends here
|
||||
|
||||
# [[file:Console.org::*Environment][Environment:3]]
|
||||
export LEDGER_FILE=~/Documents/org-mode/ledger/ledger.journal
|
||||
export LEDGER_FILE="$HOME/30-39 Life/32 org-mode/ledger/ledger.journal"
|
||||
# Environment:3 ends here
|
||||
|
||||
# [[file:Console.org::*Environment][Environment:4]]
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
|
|||
|
||||
hledger path
|
||||
#+begin_src sh
|
||||
export LEDGER_FILE=~/Documents/org-mode/ledger/ledger.journal
|
||||
export LEDGER_FILE="$HOME/30-39 Life/32 org-mode/ledger/ledger.journal"
|
||||
#+end_src
|
||||
|
||||
Checking if running inside termux
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue