Update bash promp

main
Buddy Sandidge 10 years ago
parent 0ad6da0d2f
commit b801bfe7d0

@ -29,7 +29,7 @@ function parse_git_status {
}
function parse_git_branch {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'
}
function get-create-date {

Loading…
Cancel
Save