From d3ad9b1a7f1e7ec73cfd3ee580085254a6c9fa54 Mon Sep 17 00:00:00 2001 From: Spencevail Date: Mon, 24 Feb 2014 18:36:50 -0700 Subject: [PATCH] Personalized zshrc template --- templates/zshrc.zsh-template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index b2cad20e8..9a4482456 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -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