X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ax-zsh.git;a=blobdiff_plain;f=core%2F40_path%2F40_path.zprofile;h=160776e7f45bf945896739d4f86b91adc2649f20;hp=fbd8616910f02ca33f236ea3bc52658c79187c98;hb=b6875890b8a05edd00657b68282b7a3c519b0b5a;hpb=6a6a598cd78589b7067188b29d930be9e92c14db diff --git a/core/40_path/40_path.zprofile b/core/40_path/40_path.zprofile index fbd8616..160776e 100644 --- a/core/40_path/40_path.zprofile +++ b/core/40_path/40_path.zprofile @@ -20,6 +20,8 @@ for d ( /opt/*/sbin(NOn) ~/.gem/ruby/*/bin(NOn) ~/.local/bin + ~/bin + ~/sbin ~/Applications ); do [ -d "$d" ] && path=("$d" $path)