all repos — archive/dotfiles @ 3ac726df65fda1d27446a53d633a3ae3f4fabe00

Superseded by nixfiles

zsh: Fix error when no gem-based programs are installed
Alan Pearce alan@alanpearce.co.uk
Sun, 22 Sep 2013 18:48:49 +0000
commit

3ac726df65fda1d27446a53d633a3ae3f4fabe00

parent

c087c244eec20ae4b76430b5b74fa7c6f32f4cd3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M zsh/zshrczsh/zshrc
@@ -10,7 +10,7 @@ path=( 		$defpath
 		~/bin
 	)
-	if [[ -d ~/.gem/ruby ]]
+	if [[ -d ~/.gem/ruby/*/bin ]]
 	then
 		path=(
 			$path