X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.bashrc;h=bb72b0b42b0570e1b555eae34856db34bb2111ea;hb=1afdf944dcef65ad2bab01e5a07756da28024503;hp=858c3d635012cda4297d909fcbe0e315e2f4d587;hpb=5b61754dc15ad3f7c19e83aecc4a921e6f8fa5df;p=home.git diff --git a/.bashrc b/.bashrc index 858c3d6..bb72b0b 100644 --- a/.bashrc +++ b/.bashrc @@ -2,10 +2,15 @@ for sh in ~/.profile.d/*.sh ; do . "$sh" done -export JTAG_PROMPT='jtag> ' +export PATH=/usr/lib/ccache/bin:/sbin:/usr/sbin:${PATH}:/usr/games/bin -export PATH=/sbin:/usr/sbin:${PATH} -export EDITOR=/bin/nano +export ECHANGELOG_USER="Mike Frysinger " +export GCC_BOUNDS_OPTS=-no-message +export JTAG_PROMPT='jtag> ' +export HISTFILESIZE=10000 +export HISTSIZE=${HISTFILESIZE} +export LESS="-R --tabs=4 -M -#10" +export LESSCOLOR=0 eval `dircolors`