From: Mike Frysinger Date: Thu, 20 Feb 2020 03:39:32 +0000 (-0500) Subject: bashrc: add ~/.local/bin if it exists X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=3b6f7a5e747974bdd49634e37b3165861123d3dc;hp=02279964f6145efa4aa017439dbd15f498109da2 bashrc: add ~/.local/bin if it exists --- diff --git a/.bashrc b/.bashrc index 1c7a08b..7aece21 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ for sh in ~/.profile.d/{.pre,*}.sh ; do done unset sh -path_prepend /sbin /usr/sbin /usr/games/bin /usr/lib*/ccache /usr/lib*/ccache/*/ ~/.bin +path_prepend /sbin /usr/sbin /usr/games/bin /usr/lib*/ccache /usr/lib*/ccache/*/ ~/.bin ~/.local/bin . ~/.profile.d/.post.sh