This commit is contained in:
Michael Zhang 2020-05-06 21:21:37 -05:00
parent 516d71a286
commit 2a3576e329
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -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 }