add sha, which-branch to gitconfig. add is_ssh.

This commit is contained in:
2014-04-13 22:47:40 -07:00
parent 56342141da
commit 322f862e76
4 changed files with 18 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ function current_directory() {
}
function git_prompt_info() {
if test -z $(parse_git_branch);
if test -z $(git branch-or-sha);
then
echo ""
else