X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.bashrc;h=3433e4da23abdbc8f9a19fa2da3aca11079210b2;hb=42d12df4193b59d14db75a0c1f039deef3dce0b6;hp=64ca2ddbeb5948c220bbf14c5778d31c055f850a;hpb=63d15f5806d8a342bf72a963a1b8573b24e30ab8;p=home.git diff --git a/.bashrc b/.bashrc index 64ca2dd..3433e4d 100644 --- a/.bashrc +++ b/.bashrc @@ -3,17 +3,25 @@ umask 0022 for sh in ~/.profile.d/*.sh ; do . "$sh" done +unset sh -export PATH=/usr/lib/ccache/bin:/sbin:/usr/sbin:${PATH}:/usr/games/bin -[ -e ~/.bin ] && export PATH=${PATH}:~/.bin +export 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 +done +unset p export ECHANGELOG_USER="Mike Frysinger " export GCC_BOUNDS_OPTS=-no-message export JTAG_PROMPT='jtag> ' +export HISTCONTROL=ignoreboth export HISTFILESIZE=10000 export HISTSIZE=${HISTFILESIZE} export LESS="-R --tabs=4 -M -#10" export LESSCOLOR=0 +unset LDPATH # KDE bs + +shopt -s checkwinsize eval `dircolors`