1
0
Fork 0

- and -- functions on their own line

master
Mike Gerwitz 2011-10-19 20:22:40 -04:00
parent 283bce39b2
commit aebf20334f
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 2 additions and 8 deletions

View File

@ -68,14 +68,8 @@ __git-short_shortalias ()
}
# functions that cannot be aliased
- ()
{
__git-short_shortalias - "$@"
}
-- ()
{
__git-short_shortalias -- "$@"
}
- () { __git-short_shortalias - "$@"; }
-- () { __git-short_shortalias -- "$@"; }
# load shortmaps from cwd (or provided path) and home dir (if available)
__git_short_maps=$(