summaryrefslogtreecommitdiffstats
path: root/fish2024/config.fish
blob: abe69b1f06bdafb3b985014553c9b69684a67cb5 (plain) (blame)
1
2
3
4
5
if status is-interactive
    # Commands to run in interactive sessions can go here
  set -gx EDITOR nvim
  set -gx LEDGER_FILE $HOME/Budget/hledger/budget.ledger
end