Created
February 3, 2015 15:57
-
-
Save singingwolfboy/2cf4ca24a7710db80649 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ZSH=$HOME/.oh-my-zsh | |
ZSH_THEME="kphoen" | |
plugins=(git vi-mode virtualenvwrapper rbenv) | |
source $ZSH/oh-my-zsh.sh | |
if which gh > /dev/null; then | |
eval "$(gh alias -s zsh)"; | |
elif which hub > /dev/null; then | |
eval "$(hub alias -s zsh)"; | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment