From 9ec88c052b2a0a6b5693b2017ae52be4f8eba03c Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 6 Dec 2011 23:24:52 -0500 Subject: [PATCH] Adding the ruby, rails3, gem plugins to oh-my-zsh. Changing zsh theme. Adding vim-rails plugin --- .gitmodules | 3 +++ vim/bundle/vim-rails | 1 + zshrc | 5 +++-- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 160000 vim/bundle/vim-rails diff --git a/.gitmodules b/.gitmodules index f06facc..a71af21 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "vim/bundle/MatchTag"] path = vim/bundle/MatchTag url = git://github.com/gregsexton/MatchTag +[submodule "vim/bundle/vim-rails"] + path = vim/bundle/vim-rails + url = git://github.com/tpope/vim-rails diff --git a/vim/bundle/vim-rails b/vim/bundle/vim-rails new file mode 160000 index 0000000..e45164c --- /dev/null +++ b/vim/bundle/vim-rails @@ -0,0 +1 @@ +Subproject commit e45164cbba5beee4bd65096dad31f31124a2cc18 diff --git a/zshrc b/zshrc index 8669c6c..a081e1d 100644 --- a/zshrc +++ b/zshrc @@ -5,7 +5,8 @@ ZSH=$HOME/dotfiles/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="robbyrussell" +ZSH_THEME="sunrise" # Set to this to use case-sensitive completion # CASE_SENSITIVE="true" @@ -24,7 +25,7 @@ COMPLETION_WAITING_DOTS="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git archlinux npm vi-mode node osx) +plugins=(git archlinux npm vi-mode node osx ruby rails3 gem) source $ZSH/oh-my-zsh.sh