aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-27 13:55:45 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-27 13:55:45 +0000
commitbf758f4c9fae23d76d53f5f926480120df63dbbc (patch)
treee90835342c7109e3d23fbd2e7cb9d2e2ab59d7b0 /fish2024
parent48eab2a2226d7777b9cbf06697c37e7a73c24f8a (diff)
Adds GPG_TTY variable
Diffstat (limited to 'fish2024')
-rw-r--r--fish2024/config.fish1
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