diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-27 13:55:45 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-27 13:55:45 +0000 |
commit | bf758f4c9fae23d76d53f5f926480120df63dbbc (patch) | |
tree | e90835342c7109e3d23fbd2e7cb9d2e2ab59d7b0 /fish2024/config.fish | |
parent | 48eab2a2226d7777b9cbf06697c37e7a73c24f8a (diff) |
Adds GPG_TTY variable
Diffstat (limited to '')
-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 abe69b1..a391024 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 nvim + set -gx GPG_TTY (tty) set -gx LEDGER_FILE $HOME/Budget/hledger/budget.ledger end |