summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-04-06 01:13:19 +0200
committerAhmed Abdelhalim <[email protected]>2021-04-06 02:14:19 +0200
commit7247c94f15ce079ea01b10a66393758861f5a322 (patch)
tree4d38f599eeba468a37a76d0a43b089409889d86a /.bash_profile
parente2d40a097f5875c6176bd0313ee4d7a70691241a (diff)
Add ssh config to use gpg and fix tty issue
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
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