]> arthur.barton.de Git - ax-zsh.git/blobdiff - core/40_path/40_path.zprofile
40_path: Add user-local ~/sbin and ~/bin directories
[ax-zsh.git] / core / 40_path / 40_path.zprofile
index fbd8616910f02ca33f236ea3bc52658c79187c98..160776e7f45bf945896739d4f86b91adc2649f20 100644 (file)
@@ -20,6 +20,8 @@ for d (
        /opt/*/sbin(NOn)
        ~/.gem/ruby/*/bin(NOn)
        ~/.local/bin
+       ~/bin
+       ~/sbin
        ~/Applications
 ); do
        [ -d "$d" ] && path=("$d" $path)