X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=d478b17d8b9c5c69844980e38a3549fda3bb2701;hb=be2c42a1aedc84e0e510b8b0296bcebc587a4816;hp=a71dfc718784813d608e2a8ab7bdbd0208c24e17;hpb=9598f48f59d3ad70faac00f5c4c9466d28591a7e;p=config%2Fdotfiles.git diff --git a/shell/env b/shell/env index a71dfc7..d478b17 100644 --- a/shell/env +++ b/shell/env @@ -9,7 +9,10 @@ source_debug ". ~/.shell/env" LANG=en_US.UTF-8 export LANG -# Add ~/bin and ~/.bin to PATH if available. +# Add ~/bin and ~/.bin and ~/.shell/bin to PATH if available. +if [ -d ~/.shell/bin ]; then + PATH=~/.shell/bin:$PATH +fi if [ -d ~/bin ]; then PATH=~/bin:$PATH fi