Browse Source

always enable color when git is cadlled interactively

pull/1/head
10sr 10 years ago
parent
commit
a825348a5e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc View File

@@ -321,7 +321,7 @@ g(){
then
git info
else
git "$@"
git -c color.ui=always "$@"
fi
}
if null type _git && inbash


Loading…
Cancel
Save