From 5a9633b29f79b048c77be1d8b46c2f45c961289e Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 11 Mar 2024 14:06:32 +0100 Subject: [PATCH] fix(add): GPG typo Fixes typo in fish config for GPG. --- config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.fish b/config.fish index b72945b..bee0287 100644 --- a/config.fish +++ b/config.fish @@ -15,7 +15,7 @@ alias vi nvim alias vim nvim fish_add_path /opt/local/bin -set -gx GPT_TTY (tty) +set -gx GPG_TTY (tty) function .. cd ..