Skip to content

Instantly share code, notes, and snippets.

@powellmichael
Created August 20, 2014 01:33
Show Gist options
  • Save powellmichael/9dcae62a92741ee7b77c to your computer and use it in GitHub Desktop.
Save powellmichael/9dcae62a92741ee7b77c to your computer and use it in GitHub Desktop.
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Theme
ZSH_THEME="cloud"
# Aliases
alias zshconfig="subl ~/.zshrc"
alias ohmyzsh="subl ~/.oh-my-zsh"
# Waiting Dots
COMPLETION_WAITING_DOTS="true"
# Plugins
plugins=(git)
source $ZSH/oh-my-zsh.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment