diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-28 06:22:16 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-28 06:22:54 +0000 |
commit | 21f57c5e681ce30a4af19cb2bdb8ec12ef6cbdf1 (patch) | |
tree | b10649dddf729fb8e151c5fb6d47f2621548a238 /fish2024/config.fish | |
parent | 9b57ebd8c15f351fa4b56067ddb57bc6a637d934 (diff) |
Removes fish greeting and adds cargo
Diffstat (limited to 'fish2024/config.fish')
-rw-r--r-- | fish2024/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index 75d787f..ff75b8a 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -1,5 +1,6 @@ if status is-interactive # Commands to run in interactive sessions can go here set -gx EDITOR vim + set -U fish_greeting set -gx LEDGER_FILE $HOME/Budget/hledger/budget.ledger end |