]> arthur.barton.de Git - ax-zsh.git/commitdiff
40_path: Add user-local ~/sbin and ~/bin directories
authorAlexander Barton <alex@barton.de>
Mon, 18 Sep 2017 22:09:08 +0000 (00:09 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 18 Sep 2017 22:09:08 +0000 (00:09 +0200)
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)