summary refs log tree commit diff stats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 2e31ede..02e7ac1 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -15,6 +15,7 @@ alias fd='cd "$(find ~/documents/ ~/downloads/ ~/.config/ ~/uni/ -type d | fzf -
 alias :q="exit"
 alias ..="cd .."
 alias v="vim"
+alias reload-gpg="gpg-connect-agent reloadagent /bye"
 
 # Arrow bindings
 bind '"\e[A":history-search-backward'