tabs to spaces

This commit is contained in:
Sven Lito 2010-11-19 19:32:31 +00:00
commit e21a9a6343

View file

@ -7,9 +7,9 @@ compinit -i
# https://github.com/defunkt/hub # https://github.com/defunkt/hub
function git() function git()
{ {
if [ -x $(which hub) ]; then if [ -x $(which hub) ]; then
hub "$@" hub "$@"
else else
git "$@" git "$@"
fi fi
} }