From 18129e31a796d3dff189f284584ba32607ad194a Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 25 Feb 2019 13:47:29 +0100 Subject: [PATCH] Add GPG_TTY variable to bashrc --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index e163640..0132d0f 100644 --- a/bashrc +++ b/bashrc @@ -18,6 +18,7 @@ alias server='ssh server -t ''tmux a -t home \|\| tmux new-session -s home''' alias ltc='getclip | luac -l -' alias sign='gpg --armor --no-version --detach-sign --local-user darkwiiplayer' alias workspace='cd ~/workspace' +alias shit='git' stty -ixon @@ -126,3 +127,5 @@ cd() { source .bashcd fi } + +export GPG_TTY="$(tty)" # This is necessary for the gpg-agent, apparently