Skip to content
Snippets Groups Projects
Commit 673a58f4 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add alias to reload cached gpg password

parent 73abe3f1
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,9 @@ alias treea='trea'
alias tree='tree -I ".git"'
alias kc='eval $(keychain --nogui --eval --agents ssh,gpg --quick id_ed25519 id_rsa 8F3FB7BD7A6BF71D)'
alias kcs='eval $(keychain --nogui --eval --agents ssh --quick id_ed25519 id_rsa)'
alias kcks='pkill -9 ssh-agent'
alias kckg='pkill -9 gpg-agent'
alias kcr='kckg; kc'
alias gpga='eval $(gpg-agent --daemon)'
alias c=':; clear'
alias lvd='lvs -o "lv_path,lv_size,lv_attr" --units g'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment