diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-08 13:45:00 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-08 13:45:00 +0000 |
commit | 02bed37d246321b2d5d52fd3e9862ddcc6e69dda (patch) | |
tree | d962035536b93ce1128836826592364a7b87e2a7 /fish2024/config.fish | |
parent | 5cde3f37c37244cc906f2d79fa84656ef605e060 (diff) | |
parent | c06318c775b5843cbaeb44f457bcc8e345fd98d9 (diff) |
Fix merge from colorscheme clash
Diffstat (limited to 'fish2024/config.fish')
-rw-r--r-- | fish2024/config.fish | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index d9d67d3..abe69b1 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -1,4 +1,5 @@ if status is-interactive - set -gx EDITOR nvim # Commands to run in interactive sessions can go here + set -gx EDITOR nvim + set -gx LEDGER_FILE $HOME/Budget/hledger/budget.ledger end |