dotfiles/dot_local/scripts/zsh/aliases.zsh

8 lines
248 B
Bash
Raw Normal View History

2020-06-15 08:54:40 +00:00
alias subl="nvim"
alias rm="garbage put"
alias cm="chezmoi"
alias kill-gpg-agent="gpgconf --kill gpg-agent"
ced() { chezmoi edit $1 && chezmoi -v apply }
cpush() { chezmoi git add . -- -A && chezmoi git commit -- -m "update" && chezmoi git push }