no hg installed fxd

This commit is contained in:
Kolan Sh 2019-06-17 13:44:55 +03:00
parent 62409ce2a1
commit 132edbb3e0
1 changed files with 5 additions and 0 deletions

5
scm.sh
View File

@ -19,4 +19,9 @@ if [ `which hg 2>/dev/null` ]; then
fi
fi
}
else
__hg_ps1 ()
{
printf ""
}
fi