From 70da274774c50525c4fda1295617c23a7304ad7b Mon Sep 17 00:00:00 2001 From: Aaron Biggs Date: Thu, 9 Jan 2014 07:34:53 -0600 Subject: [PATCH] Added theme. Added more plugins. --- templates/zshrc.zsh-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 75ffd1899..56538e4aa 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="agnoster" # Example aliases # alias zshconfig="mate ~/.zshrc" @@ -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 rbenv) +plugins=(battery capistrano common-aliases git github rbenv systemadmin) # User configuration