From f3fb93d96c3de174c1879f217d66e76912b5a16e Mon Sep 17 00:00:00 2001 From: hophacker Date: Sun, 16 Jun 2019 12:15:58 +0800 Subject: [PATCH] remove useless ruby related vim modules --- vim/vundles/ruby.vundle | 4 ---- zsh/prezto-override/zshrc | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/vim/vundles/ruby.vundle b/vim/vundles/ruby.vundle index e965cc3..431f951 100644 --- a/vim/vundles/ruby.vundle +++ b/vim/vundles/ruby.vundle @@ -1,5 +1 @@ -Bundle "ecomba/vim-ruby-refactoring" -Bundle "tpope/vim-rails.git" Bundle "vim-ruby/vim-ruby.git" -Bundle "keith/rspec.vim" -Bundle "tpope/vim-bundler" diff --git a/zsh/prezto-override/zshrc b/zsh/prezto-override/zshrc index 2f9504d..6c6ce4e 100644 --- a/zsh/prezto-override/zshrc +++ b/zsh/prezto-override/zshrc @@ -12,3 +12,5 @@ fi # Customize to your needs... for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh