Fix indent and Strip traling spaces

master
Denny Schäfer 12 years ago
parent 68d965913c
commit 1409feed8f
  1. 2
      gitprompt.sh

@ -12,7 +12,7 @@ function git_prompt_dir()
[[ $SOURCE != /* ]] && SOURCE="${DIR}/${SOURCE}" [[ $SOURCE != /* ]] && SOURCE="${DIR}/${SOURCE}"
done done
__GIT_PROMPT_DIR="$( cd -P "$( dirname "${SOURCE}" )" && pwd )" __GIT_PROMPT_DIR="$( cd -P "$( dirname "${SOURCE}" )" && pwd )"
fi fi
} }
function git_prompt_config() function git_prompt_config()

Loading…
Cancel
Save