From 53d1c4fa1512e306a81312bcdabdc61eac9e8396 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Tue, 5 Mar 2013 16:43:16 -0300 Subject: [PATCH] Closes #17: removing rbenv rehash from plugin load --- plugins/rbenv/rbenv.load | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/rbenv/rbenv.load b/plugins/rbenv/rbenv.load index d6bed3b..e7a5f25 100644 --- a/plugins/rbenv/rbenv.load +++ b/plugins/rbenv/rbenv.load @@ -5,5 +5,3 @@ end if test -d $HOME/.rbenv/shims set PATH $HOME/.rbenv/shims $PATH end - -rbenv rehash >/dev/null ^&1