diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-01-30T13·26+0100 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-01-30T13·26+0100 |
commit | 8a5115d5b5aa2330f861f735ea5fe72f5667c4bb (patch) | |
tree | fee519fcfde9a4e6b6c3847068c210bed9571cd3 /init-eshell.el | |
parent | 490ea14fadb3dabdf71e6ac55a0a2a1e4f3d9330 (diff) |
Some updates
Diffstat (limited to 'init-eshell.el')
-rw-r--r-- | init-eshell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-eshell.el b/init-eshell.el index 912f8ee82bd9..e2191dd4ecf5 100644 --- a/init-eshell.el +++ b/init-eshell.el @@ -54,7 +54,7 @@ "My EShell prompt displaying VC info and such" (concat (with-face (concat (clean-pwd (eshell/pwd)) " ") :foreground "#96a6c8") - (with-face (vcprompt " -f \"(%s:%b%a%m) \"") :foreground "#5f627f") + ;(with-face (vcprompt " -f \"(%s:%b%a%m) \"") :foreground "#5f627f") (if (= 0 (user-uid)) (with-face "#" :foreground "#f43841") (with-face "$" :foreground "#73c936")) |