Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Created February 3, 2015 15:57
Show Gist options
  • Save singingwolfboy/2cf4ca24a7710db80649 to your computer and use it in GitHub Desktop.
Save singingwolfboy/2cf4ca24a7710db80649 to your computer and use it in GitHub Desktop.
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