Files
dotfiles/zsh/config/functions/gpgreset

6 lines
81 B
Bash
Executable File

#!/bin/zsh
function gpgreset() {
gpgconf --kill all && gpgconf --launch all
}