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
function git()
{
if [ -x $(which hub) ]; then
hub "$@"
else
git "$@"
fi
if [ -x $(which hub) ]; then
hub "$@"
else
git "$@"
fi
}