diff options
-rwxr-xr-x | bin/ct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -297,7 +297,7 @@ function vcs_setup { function vcs_status ( typeset gitstatus vcs_setup $1 - gitstatus=$(git status) + gitstatus=$(git status --short) [[ $gitstatus == *'nothing to commit (working directory clean)' ]] && gitstatus='' echo $gitstatus ) |