show svn status when changing directories into a subversion repository
This commit is contained in:
parent
d3b8edfaca
commit
058a422ff8
@ -111,6 +111,7 @@ function cd_hook()
|
|||||||
if [[ "${cd_hook_last_wd}" != "${PWD}" ]]; then
|
if [[ "${cd_hook_last_wd}" != "${PWD}" ]]; then
|
||||||
cd_hook_cat_todo
|
cd_hook_cat_todo
|
||||||
cd_hook_show_git_status
|
cd_hook_show_git_status
|
||||||
|
cd_hook_show_svn_status
|
||||||
cd_hook_last_wd="${PWD}"
|
cd_hook_last_wd="${PWD}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user