From 8f0048fde624e304203552d5ebef92ca6f30d618 Mon Sep 17 00:00:00 2001 From: Naz Date: Fri, 5 Sep 2025 22:39:18 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20shells=20configuration=20files.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shells/.bash_profile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 shells/.bash_profile (limited to 'shells/.bash_profile') diff --git a/shells/.bash_profile b/shells/.bash_profile new file mode 100644 index 0000000..48100df --- /dev/null +++ b/shells/.bash_profile @@ -0,0 +1,2 @@ +# Fix GPG TTY Error +export GPG_TTY=$(tty) -- cgit v1.2.3