Remove obsolete eshell magit command

Just use `magit` directly, eshell understands this.
This commit is contained in:
Daniel - 2022-10-13 17:22:31 +02:00
parent 0c84493abc
commit 93fee67983
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
2 changed files with 0 additions and 5 deletions

View File

@ -2592,7 +2592,6 @@ With given ARG, display files in `db/important-document-path."
:commands (db/run-or-hide-eshell
eshell-clear-buffer
eshell/default-prompt-function
eshell/gst
eshell-insert-history
pcomplete/git))

View File

@ -145,10 +145,6 @@ formatting."
(if (zerop (user-uid)) "#" "$")
(propertize " " 'face '(:weight bold)))))
(defun eshell/gst (&rest args)
(magit-status (pop args) nil)
(eshell/echo))
(defun eshell-insert-history ()
"Displays the eshell history to select and insert back into your eshell."
;; directly taken from Howard Abrams