]> git.wh0rd.org - home.git/commitdiff
bashrc: add ~/.local/bin if it exists
authorMike Frysinger <vapier@gentoo.org>
Thu, 20 Feb 2020 03:39:32 +0000 (22:39 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 20 Feb 2020 03:39:32 +0000 (22:39 -0500)
.bashrc

diff --git a/.bashrc b/.bashrc
index 1c7a08bc017e319972133f0610462113e2739099..7aece21b28addd502d64f9df029ba954985b37b0 100644 (file)
--- 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