X-Git-Url: https://git.wh0rd.org/?p=home.git;a=blobdiff_plain;f=.bashrc;fp=.bashrc;h=a6569f916bef546d286da8088c2fe447863cc643;hp=18619674b333740723a0745df330a3601ab9c34d;hb=8f554e2b8af99e034412278ab61df6eb16795a5b;hpb=89afaa819d2715ac9df9d1bc5b25c8a53065f461 diff --git a/.bashrc b/.bashrc index 1861967..a6569f9 100644 --- a/.bashrc +++ b/.bashrc @@ -5,15 +5,18 @@ for sh in ~/.profile.d/*.sh ; do done unset sh -PATH=/sbin:/usr/sbin:${PATH}:/usr/games/bin -for p in /usr/lib*/ccache /usr/lib*/ccache/*/ ~/.bin/ ; do +for p in /sbin /usr/sbin /usr/games/bin /usr/lib*/ccache /usr/lib*/ccache/*/ ~/.bin ; do + case :$PATH: in *:$p:*) continue;; esac [ -d "${p}" ] && PATH=${p}:$PATH done unset p +s=$'\001' e=$'\002' +export JTAG_PROMPT=$s''$e'jtag'$s''$e'>'$s''$e' ' +unset s e + export ECHANGELOG_USER="Mike Frysinger " export GCC_BOUNDS_OPTS=-no-message -export JTAG_PROMPT='jtag> ' export HISTCONTROL=ignoreboth export HISTFILESIZE=10000 export HISTSIZE=${HISTFILESIZE} @@ -32,4 +35,4 @@ eval `dircolors 2>/dev/null` export GTK2_RC_FILES="$HOME/.gtkrc-2.0:$HOME/.kde/share/config/gtkrc-2.0:/etc/gtk-2.0/gtkrc" ulimit -c $(( 512 * 1024 )) # units of KiB -ulimit -u 300 +ulimit -u 600