zshrc: Function for magit

This commit is contained in:
earnest ma 2021-12-27 22:42:59 -05:00
parent 3ddc546996
commit f6edb5e060
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
1 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,11 @@ gpgyeet() {
echo RELOADAGENT | gpg-connect-agent
}
# emacs magit
magit() {
emacs -nw --eval "(progn (magit-status) (delete-other-windows))"
}
# PLUGINS!
# `miniplug update`