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
|
# 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
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue