From e4dfbcbc5d7ad89e7b418215ba4dd08778397c47 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 23 Jun 2024 21:27:46 +0100 Subject: (Emacs/elisp)~Fix stupid typo in +eshell-prompt/--git-status --- Emacs/.config/emacs/elisp/eshell-prompt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emacs/.config/emacs/elisp/eshell-prompt.el b/Emacs/.config/emacs/elisp/eshell-prompt.el index 7e78c7c..2c5496a 100644 --- a/Emacs/.config/emacs/elisp/eshell-prompt.el +++ b/Emacs/.config/emacs/elisp/eshell-prompt.el @@ -74,7 +74,7 @@ number of files affected are returned in red." (defun +eshell-prompt/--git-status () "Returns a completely formatted string of form (BRANCH-NAME[REMOTE-STATUS])." - (let ((git-branch (shell-command-to-string "git brnach"))) + (let ((git-branch (shell-command-to-string "git branch"))) (if (or (string= git-branch "") (not (string= "*" (substring git-branch 0 1)))) "" -- cgit v1.2.3-13-gbd6f