X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=core%2F40_path%2F40_path.zprofile;fp=core%2F40_path%2F40_path.zprofile;h=fbd8616910f02ca33f236ea3bc52658c79187c98;hb=8f6459a7fc69d17b304051fb5307e4e6350fd155;hp=ad3179f26b547c5825c39a752f4d1ef9dedaa3ce;hpb=6def0c67836dbdf151bcf3b9d90d8b67b45f7c90;p=ax-zsh.git 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