mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
bug fixed.
echo error msg when $ZSH_THEME_SVN_UNVC_IN_DIRTY not set
This commit is contained in:
parent
fd2a659805
commit
0f6d99f2ee
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ function svn_get_rev_nr {
|
|||
|
||||
function svn_dirty_choose {
|
||||
if [ $(in_svn) ]; then
|
||||
if [ $ZSH_THEME_SVN_NUVC_IN_DIRTY -eq 0 ]; then
|
||||
if [ "x$ZSH_THEME_SVN_NUVC_IN_DIRTY" = "x0" ]; then
|
||||
svn status 2> /dev/null | grep -Eq '^\s*[ACDIM!L]'
|
||||
else
|
||||
svn status 2> /dev/null | grep -Eq '^\s*[ACDIM!?L]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue