diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-20 20:17:31 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-20 20:17:31 +0000 |
commit | 01861baa362a069f07f05e6f3707ca11d01e0fe1 (patch) | |
tree | 29fd2b55b2c1118269f79add48e6dc1bc8bb413e | |
parent | 38667acab969b8c940b4e9db1232185c3a3eaa40 (diff) |
Back to vim as EDITOR
Diffstat (limited to '')
-rw-r--r-- | fish2024/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index abe69b1..75d787f 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -1,5 +1,5 @@ if status is-interactive # Commands to run in interactive sessions can go here - set -gx EDITOR nvim + set -gx EDITOR vim set -gx LEDGER_FILE $HOME/Budget/hledger/budget.ledger end |