vcprompt icon indicating copy to clipboard operation
vcprompt copied to clipboard

Version control information in your prompt

Results 4 vcprompt issues
Sort by recently updated
recently updated
newest added

Remove a redundant \ causing the vcprompt command to not get executed in bash.

``` diff --git a/bin/vcprompt b/bin/vcprompt index 9e1dbb6..48e45ef 100755 --- a/bin/vcprompt +++ b/bin/vcprompt @@ -572,7 +572,7 @@ def hg(options): } -@vcs([".svn/entries"]) +@vcs([".svn/entries", ".svn/wc.db"]) def svn(options): """ Subversion ```

Mini-fix in README: The backslash before the $, \$, cause the $(vcprompt) to not be evaluated properly.

In git, another important local status is whether there is something in the stash. Unfortunately, forgetting this status is all too easy...