diff --git a/site-lisp/db-eshell.el b/site-lisp/db-eshell.el index 0f65982..dde83d2 100644 --- a/site-lisp/db-eshell.el +++ b/site-lisp/db-eshell.el @@ -69,6 +69,10 @@ (add-hook 'eshell-mode-hook 'with-editor-export-editor) +(defun eshell/gst (&rest args) + (magit-status (pop args) nil) + (eshell/echo)) + ;; Git Completion ;; https://tsdh.wordpress.com/2013/05/31/eshell-completion-for-git-bzr-and-hg/