emacs/eshell-init.el
This commit is contained in:
parent
c2efea9e6b
commit
f6b0811650
1 changed files with 5 additions and 4 deletions
|
@ -28,10 +28,11 @@
|
|||
" "
|
||||
(propertize (oni:shorten-dir dir) 'face 'font-lock-string-face)
|
||||
" "
|
||||
(propertize (when (not (string= branch ""))
|
||||
;; Cut off "* " and "\n"
|
||||
(substring branch 2 -1))
|
||||
'face 'font-lock-function-name-face)
|
||||
(when (not (string= branch ""))
|
||||
(propertize
|
||||
;; Cut off "* " and "\n"
|
||||
(substring branch 2 -1)
|
||||
'face 'font-lock-function-name-face))
|
||||
" \n"
|
||||
(propertize (char-to-string userstatus)
|
||||
'face `(:foreground ,(oni:color sky-blue-1)))
|
||||
|
|
Loading…
Reference in a new issue