dot/shell-rc: Throw `~/bin/' into the PATH if it's not there.
[profile] / dot / shell-rc
index e990339..8742ea8 100644 (file)
@@ -324,6 +324,9 @@ pathhack () {
 ###--------------------------------------------------------------------------
 ### Finishing touches.
 
+## Make sure `$HOME/bin' is on the path.
+path_add "$HOME/bin"
+
 ## Set the temporary directory again.  (A setuid or setgid program may have
 ## unhelpfully forgotten this for us.)
 case ${TMPDIR+t} in t) ;; *) eval $(tmpdir -b); esac