From b013ab3964d7abb56c41e4cbaad7848e7116a246 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Sun, 21 Oct 2012 01:30:37 +0100 Subject: [PATCH] Updated ~/.zshrc template --- templates/zshrc.zsh-template | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index e52553241..901880a7f 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,11 +5,11 @@ 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="davidrobertson" # Example aliases -# alias zshconfig="mate ~/.zshrc" -# alias ohmyzsh="mate ~/.oh-my-zsh" +alias zshconfig="vim ~/.zshrc" +alias ohmyzsh="vim ~/.oh-my-zsh" # Set to this to use case-sensitive completion # CASE_SENSITIVE="true" @@ -24,13 +24,20 @@ ZSH_THEME="robbyrussell" # DISABLE_AUTO_TITLE="true" # Uncomment following line if you want red dots to be displayed while waiting for completion -# COMPLETION_WAITING_DOTS="true" +COMPLETION_WAITING_DOTS="true" + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" + # 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 gem npm rails3 rake rvm redis-cli lol zsh-syntax-highlighting) +ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets root) source $ZSH/oh-my-zsh.sh # Customize to your needs... +export PATH=/home/david/.rvm/gems/ruby-1.9.3-p0/bin:/home/david/.rvm/gems/ruby-1.9.3-p0@global/bin:/home/david/.rvm/rubies/ruby-1.9.3-p0/bin:/home/david/.rvm/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/david/.rvm/bin + +export EDITOR=vim +unsetopt correctall