This commit is contained in:
Daniel Hahler 2018-04-23 19:35:43 +00:00 committed by GitHub
commit 1a00c3760d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,3 @@
# Set up hub wrapper for git, if it is available; http://github.com/github/hub
if [ "$commands[(I)hub]" ]; then
if hub --version &>/dev/null; then
eval $(hub alias -s zsh)
fi
fi
# Functions #################################################################
# Based on https://github.com/dbb/githome/blob/master/.config/zsh/functions