X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/6054bdb607147d4cd9997b10b6f38ab36a2998f5..4cb8b8dada50dea956900ab8a91829449b2fe6f9:/dot/shell-rc diff --git a/dot/shell-rc b/dot/shell-rc index e990339..8742ea8 100644 --- a/dot/shell-rc +++ b/dot/shell-rc @@ -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