about summary refs log tree commit diff
path: root/init-eshell.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2014-01-30T13·26+0100
committerVincent Ambo <vincent@spotify.com>2014-01-30T13·26+0100
commit8a5115d5b5aa2330f861f735ea5fe72f5667c4bb (patch)
treefee519fcfde9a4e6b6c3847068c210bed9571cd3 /init-eshell.el
parent490ea14fadb3dabdf71e6ac55a0a2a1e4f3d9330 (diff)
Some updates
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"))