aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-06-23 21:27:46 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-06-23 21:27:46 +0100
commite4dfbcbc5d7ad89e7b418215ba4dd08778397c47 (patch)
treed8ee4ebc6a529b27770405b504de3d017e5e08a4 /Emacs
parent748c5e83602c2ebdc5aeaa42f36ed8938ce30eaf (diff)
downloaddotfiles-e4dfbcbc5d7ad89e7b418215ba4dd08778397c47.tar.gz
dotfiles-e4dfbcbc5d7ad89e7b418215ba4dd08778397c47.tar.bz2
dotfiles-e4dfbcbc5d7ad89e7b418215ba4dd08778397c47.zip
(Emacs/elisp)~Fix stupid typo in +eshell-prompt/--git-status
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/elisp/eshell-prompt.el2
1 files changed, 1 insertions, 1 deletions
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<CHANGES>[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))))
""