X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.bashrc;h=8878081560d878aa34989d9bed124157cca9aa13;hb=4e977b1e79dd4832504358e516afec44a579c687;hp=eedb448827450cd914723819faade1be918ea2d4;hpb=3b30b77ae645fb0414941e530f9a367387d010aa;p=home.git diff --git a/.bashrc b/.bashrc index eedb448..8878081 100644 --- a/.bashrc +++ b/.bashrc @@ -5,9 +5,9 @@ for sh in ~/.profile.d/*.sh ; do done unset sh -export PATH=/sbin:/usr/sbin:${PATH}:/usr/games/bin +PATH=/sbin:/usr/sbin:${PATH}:/usr/games/bin for p in /usr/lib*/ccache /usr/lib*/ccache/*/ ~/.bin/ ; do - [ -d "${p}" ] && export PATH=${p}:$PATH + [ -d "${p}" ] && PATH=${p}:$PATH done unset p