summaryrefslogblamecommitdiffstats
path: root/fish2024/config.fish
blob: 75d787f4bad7619a0477b4098c394f9715aa3207 (plain) (tree)
1
2
3
4
5

                                                         
                    

                                                        
if status is-interactive
    # Commands to run in interactive sessions can go here
  set -gx EDITOR vim
  set -gx LEDGER_FILE $HOME/Budget/hledger/budget.ledger
end