add function cd_hook_show_svn_status
This commit is contained in:
parent
304edd4347
commit
bb25a12611
@ -97,6 +97,12 @@ function cd_hook_show_git_status()
|
|||||||
git status
|
git status
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
function cd_hook_show_svn_status()
|
||||||
|
{
|
||||||
|
if [[ -e .svn ]]; then
|
||||||
|
jsvn status
|
||||||
|
fi
|
||||||
|
}
|
||||||
function cd_hook()
|
function cd_hook()
|
||||||
{
|
{
|
||||||
if [[ $BASH_SUBSHELL == 0 ]]; then
|
if [[ $BASH_SUBSHELL == 0 ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user