X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=d478b17d8b9c5c69844980e38a3549fda3bb2701;hb=648929874799d5c3db6ba5a7cfab874ca9b0306f;hp=ed0ec52604843a982a29303717bcdd56d53d7ea4;hpb=07b9aa23a36a1da27f6c6e905cfb887dec5b063d;p=config%2Fdotfiles.git diff --git a/shell/env b/shell/env index ed0ec52..d478b17 100644 --- a/shell/env +++ b/shell/env @@ -1,8 +1,6 @@ # Configuration file for environment related options for all shells. -. ~/.shell/functions - source_debug ". ~/.shell/env" @@ -11,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