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