mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
tabs to spaces
This commit is contained in:
parent
4a256a7281
commit
e21a9a6343
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue