whitespace

This commit is contained in:
Nathan Broadbent
2012-08-13 16:11:39 +12:00
parent 802ac0c509
commit aa3ca39d50

View File

@@ -14,7 +14,7 @@ export _git_cmd="$(which git)";
if type hub > /dev/null 2>&1; then export _git_cmd="hub"; fi
# Remove any 'git' alias first
unalias git >/dev/null 2>&1
unalias git >/dev/null 2>&1
# Create 'git' function that calls hub if defined, and expands all numeric arguments
function git(){