mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
~ made _scm_debug understated (less opaque)
This commit is contained in:
parent
b9170efff3
commit
7cec393e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ _SCM_PROMPT_CHARS[git]=±
|
|||
_SCM_PROMPT_CHARS[hg]=ʜɢ
|
||||
_SCM_PROMPT_CHARS[svn]=svn
|
||||
|
||||
function _scm_debug { [ $SCM_DEBUG ] && echo $* >&2 }
|
||||
function _scm_debug { [ $SCM_DEBUG ] && echo $(xterm_color 237 "$*") >&2 }
|
||||
|
||||
# Checks given 1st path argument if it's root of .git|.hg|.svn
|
||||
function _scm_get_scm_type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue