From: Alexander Barton Date: Wed, 9 Aug 2017 10:05:13 +0000 (+0200) Subject: 40_path: Add user-local Ruby gem paths X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ax-zsh.git;a=commitdiff_plain;h=8f6459a7fc69d17b304051fb5307e4e6350fd155;hp=6def0c67836dbdf151bcf3b9d90d8b67b45f7c90 40_path: Add user-local Ruby gem paths --- diff --git a/core/40_path/40_path.zprofile b/core/40_path/40_path.zprofile index ad3179f..fbd8616 100644 --- a/core/40_path/40_path.zprofile +++ b/core/40_path/40_path.zprofile @@ -18,8 +18,9 @@ for d ( /usr/local/sbin /opt/*/bin(NOn) /opt/*/sbin(NOn) + ~/.gem/ruby/*/bin(NOn) ~/.local/bin - ~/Applications(N) + ~/Applications ); do [ -d "$d" ] && path=("$d" $path) done