git add repo

This commit is contained in:
burakerturk
2015-07-16 00:43:28 +03:00
parent 7946a555cf
commit 723ef4239b
14 changed files with 573 additions and 0 deletions
@@ -0,0 +1,5 @@
# Include the current git branch in the prompt
if type __git_ps1 >/dev/null 2>/dev/null; then
export PS1="$(echo -n "$PS1" | sed "s|\\\W\]|\\\W\$(__git_ps1 \" (%s)\")\]|")"
fi