diff options
Diffstat (limited to 'Emacs/.config/emacs/elisp/eshell-prompt.el')
| -rw-r--r-- | Emacs/.config/emacs/elisp/eshell-prompt.el | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/Emacs/.config/emacs/elisp/eshell-prompt.el b/Emacs/.config/emacs/elisp/eshell-prompt.el index b6d0bd0..3559bed 100644 --- a/Emacs/.config/emacs/elisp/eshell-prompt.el +++ b/Emacs/.config/emacs/elisp/eshell-prompt.el @@ -24,7 +24,7 @@  ;;; Code: -(defvar ep/user-prompt " λ " +(defvar ep/user-prompt " λ>"    "Prompt for user to input.")  (defvar ep/pwd-max-len 30) @@ -52,7 +52,8 @@          "]"          "\n"          ("└─>" :foreground ,ep/pipe-colour) -        (,ep/user-prompt :foreground ,(ep/--colour-on-last-command))) +        (,ep/user-prompt :foreground ,(ep/--colour-on-last-command)) +        (" " default))        (mapconcat         #'(lambda (item)             (thread-last | 
