diff --git a/dot_zshrc b/dot_zshrc index bfe3577..34cc512 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -24,6 +24,7 @@ test -r /home/michael/.opam/opam-init/init.zsh && . /home/michael/.opam/opam-ini alias rm="garbage put" alias cm="chezmoi" alias jrnl=" jrnl" +alias kill-gpg-agent="gpgconf --kill gpg-agent" ced() { chezmoi edit $1 && chezmoi apply } cpush() { chezmoi git add . -- -A && chezmoi git commit -- -m "update" && chezmoi git push }