]> arthur.barton.de Git - ax-zsh.git/commitdiff
40_path: Add user-local Ruby gem paths
authorAlexander Barton <alex@barton.de>
Wed, 9 Aug 2017 10:05:13 +0000 (12:05 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 9 Aug 2017 10:05:13 +0000 (12:05 +0200)
core/40_path/40_path.zprofile

index ad3179f26b547c5825c39a752f4d1ef9dedaa3ce..fbd8616910f02ca33f236ea3bc52658c79187c98 100644 (file)
@@ -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