all repos — nixfiles @ 3ac726df65fda1d27446a53d633a3ae3f4fabe00

System and user configuration, managed by nix and home-manager

zsh: Fix error when no gem-based programs are installed

Alan Pearce
commit

3ac726df65fda1d27446a53d633a3ae3f4fabe00

parent

c087c244eec20ae4b76430b5b74fa7c6f32f4cd3

1 file changed, 1 insertion(+), 1 deletion(-)

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