diff --git a/zsh/.zshrc b/zsh/.zshrc index d9c1bc6..d3badfb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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`