emacs: Eshell prompt regexp

This commit is contained in:
Vincent Ambo 2013-07-22 02:26:51 +02:00
parent 817ebc39e4
commit 818b2eb2d5

View file

@ -57,6 +57,8 @@
(setq eshell-prompt-function 'prompt-f)
(setq eshell-highlight-prompt nil)
(setq eshell-prompt-regexp "^.+? \\((\\(git\\|svn\\|hg\\|darcs\\|cvs\\|bzr\\):.+?) \\)?[$#] ")
;; EShell functions that come in handy