X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgit;fp=rc%2Fgit;h=90d1c215a2e46ae48cb468af90a32cde5add29d6;hb=18385edca6c1b1d92351133ab2696c48a48b3f07;hp=7e235fe7d3732b80527ef1ed0e265dda726721a5;hpb=b02e05b4efd5224a53c762942929b75ae215e237;p=clearscm.git diff --git a/rc/git b/rc/git index 7e235fe..90d1c21 100644 --- a/rc/git +++ b/rc/git @@ -30,7 +30,7 @@ function in_git_repo { function git () { # Need to reset title since we put the branch name in the titlebar - git=$(which git) + git=$(/usr/bin/which git) if [ "${git:0:3}" != "no " ]; then if [ "$1" = "checkout" -o "$1" = "co" ]; then