From b6875890b8a05edd00657b68282b7a3c519b0b5a Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 19 Sep 2017 00:09:08 +0200 Subject: [PATCH] 40_path: Add user-local ~/sbin and ~/bin directories --- core/40_path/40_path.zprofile | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2