From 7247c94f15ce079ea01b10a66393758861f5a322 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 6 Apr 2021 01:13:19 +0200 Subject: Add ssh config to use gpg and fix tty issue --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 6c5a5d9..45dced1 100644 --- a/.bash_profile +++ b/.bash_profile @@ -27,7 +27,7 @@ alias srv="npx http-server" # start simple server alias grep='grep --color=auto' # enable coloring all the time alias tagme='ctags -R --languages=ruby --exclude=.git --exclude=log . $(bundle list --paths)' alias skipci='git commit --allow-empty -m "--skip-ci"' -alias rgpg='gpg-connect-agent updatestartuptty /bye' +alias rgpg='pkill pinentry-tty; gpg-connect-agent updatestartuptty /bye' # alias g='git' # # look up the original completion command and replace the last with the alias # complete -o bashdefault -o default -o nospace -F __git_wrap__git_main g -- cgit v1.2.3