Personalized zshrc template

This commit is contained in:
Spencevail 2014-02-24 18:36:50 -07:00
commit d3ad9b1a7f

View file

@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
ZSH_THEME="tjkirch"
# Example aliases
# alias zshconfig="mate ~/.zshrc"
@ -30,7 +30,7 @@ ZSH_THEME="robbyrussell"
# DISABLE_CORRECTION="true"
# Uncomment following line if you want red dots to be displayed while waiting for completion
# COMPLETION_WAITING_DOTS="true"
COMPLETION_WAITING_DOTS="true"
# Uncomment following line if you want to disable marking untracked files under
# VCS as dirty. This makes repository status check for large repositories much,
@ -45,7 +45,7 @@ ZSH_THEME="robbyrussell"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git)
plugins=(git bundler gem web-search rails ruby sprunge pip lol git-flow history-substring-search)
source $ZSH/oh-my-zsh.sh