Commit 2717e147 authored by Theodore Robert Campbell Jr's avatar Theodore Robert Campbell Jr Committed by Robby Russell
Browse files

blueyed's ZSH-fu is much stronger than mine.

parent 8ed33a8c
# hub alias from defunkt
# https://github.com/defunkt/hub
if [ $( which hub > /dev/null 2>&1 ; echo -n $? ) -lt 1 ]; then
eval $( hub alias -s zsh )
if which hub > /dev/null; then
eval $(hub alias -s zsh)
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment