Removing hub alias

This commit is contained in:
Nick Nisi
2012-06-21 19:34:36 -05:00
parent dcdf7cbf01
commit c8727a51d5

View File

@@ -20,7 +20,3 @@ function git_rename() {
git mv $1 "${2}-"
git mv "${2}-" $2
}
if which hub &> /dev/null; then
eval "$(hub alias -s)"
fi