mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Untabify
This commit is contained in:
@@ -29,7 +29,7 @@ function svn_get_rev_nr {
|
|||||||
function svn_dirty_choose {
|
function svn_dirty_choose {
|
||||||
if [ $(in_svn) ]; then
|
if [ $(in_svn) ]; then
|
||||||
svn status 2> /dev/null | grep -Eq '^\s*[ACDIM!?L]'
|
svn status 2> /dev/null | grep -Eq '^\s*[ACDIM!?L]'
|
||||||
if [ $pipestatus[-1] -ne 0 ]; then
|
if [ $pipestatus[-1] -ne 0 ]; then
|
||||||
echo $1
|
echo $1
|
||||||
else
|
else
|
||||||
echo $2
|
echo $2
|
||||||
|
|||||||
Reference in New Issue
Block a user