aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
Diffstat (limited to '_profile')
-rw-r--r--_profile14
1 files changed, 4 insertions, 10 deletions
diff --git a/_profile b/_profile
index 7772081..f759298 100644
--- a/_profile
+++ b/_profile
@@ -58,16 +58,10 @@ fi
if [ -d "${HOME}/.local/bin" ]; then
_path_prepend "${HOME}/.local/bin"
fi
-# ~/bin
-if [ -d "${HOME}/bin" ]; then
- _path_prepend "${HOME}/bin"
-fi
-# System administration programs
-if groups | grep -qE '\b(wheel|adm|sudo)\b'; then
- _path_append "/usr/local/sbin"
- _path_append "/usr/sbin"
- _path_append "/sbin"
-fi
+_path_prepend "${HOME}/bin"
+_path_append "/usr/local/sbin"
+_path_append "/usr/sbin"
+_path_append "/sbin"
## Language and locale
export LANG="en_US.UTF-8"