summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 83a4439..b2bf7fa 100644
--- a/etc/rc
+++ b/etc/rc
@@ -90,7 +90,8 @@ if ((EUID)) {
export MAKEFLAGS=j$(grep -c '^processor' /proc/cpuinfo)
# Add my own executables, if they're not already in the path
-[[ $path[1] = $HOME/bin ]] || export PATH=$HOME/bin:$PATH
+typeset -U path
+path=(~/bin $path)
# Add manuals from caretaker to manpath
if [[ $distro == debian ]] {