diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-30 13:55:23 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-30 13:55:23 +0100 |
commit | 6e69193fa922bf5fbaeb078a45a47acde55a0df9 (patch) | |
tree | cb04f4f3d312eaea5d9d122091571d75dae45e1b /fish2024/config.fish | |
parent | 3fd786830fb807bff1463e0b4de50f849ed115aa (diff) |
editor is now vim again
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 8c93a57..7173d3c 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -3,7 +3,7 @@ bind \cy '' if status is-interactive # Commands to run in interactive sessions can go here - set -gx EDITOR nvim + set -gx EDITOR vim set -gx GPG_TTY (tty) set -gx LEDGER_FILE $HOME/Budget/hledger/budget.ledger end |