about summary refs log tree commit diff
path: root/init-eshell.el
diff options
context:
space:
mode:
Diffstat (limited to 'init-eshell.el')
-rw-r--r--init-eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-eshell.el b/init-eshell.el
index 912f8ee82b..e2191dd4ec 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"))