diff --git a/.oh-my-zsh b/.oh-my-zsh index a38af27..d485044 160000 --- a/.oh-my-zsh +++ b/.oh-my-zsh @@ -1 +1 @@ -Subproject commit a38af27991d15d14ac4ca55c919bb694d7eafb7a +Subproject commit d485044169c2ac18e9e8e7fe29f7d4d93864168a diff --git a/.vimrc b/.vimrc index 93d2020..efa6fdf 100644 --- a/.vimrc +++ b/.vimrc @@ -17,6 +17,7 @@ Bundle 'nathanaelkane/vim-indent-guides' Bundle 'rodjek/vim-puppet' Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-markdown' +Bundle 'tpope/vim-rails' Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-surround'