summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 1b903e3..6c5a5d9 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -27,6 +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 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