X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.bashrc;h=041297e958ded0de7af67b32f1a383768e52d0a8;hb=a5d268ae5f05367aafbd17704e28a6dc495433a4;hp=7476f9b5c9246005f2919c0edcc550dd317e9f32;hpb=d013554ea0617a769199d112489c1077aa033460;p=home.git diff --git a/.bashrc b/.bashrc index 7476f9b..041297e 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ for sh in ~/.profile.d/{.pre,*}.sh ; do done unset sh -path_prepend /sbin /usr/sbin /usr/games/bin /usr/lib*/ccache /usr/lib*/ccache/*/ ~/.bin +path_prepend /sbin /usr/sbin /usr/games/bin /usr/lib*/ccache /usr/lib*/ccache/*/ ~/.bin ~/.local/bin ~/.cargo/bin . ~/.profile.d/.post.sh @@ -16,7 +16,7 @@ unset s e export ECHANGELOG_USER="Mike Frysinger " export GCC_BOUNDS_OPTS=-no-message export HISTCONTROL=ignoreboth -export HISTFILESIZE=10000 +export HISTFILESIZE=30000 export HISTSIZE=${HISTFILESIZE} export LESS="-R --tabs=4 -M -#10" export LESSCOLOR=0 @@ -36,4 +36,4 @@ export GTK2_RC_FILES="$HOME/.gtkrc-2.0:$HOME/.kde/share/config/gtkrc-2.0:/etc/gt ulimit -c $(( 512 * 1024 )) # units of KiB # Chrome creates a shit ton of procs/threads now. -ulimit -u $(( 1000 * $(getconf _NPROCESSORS_CONF 2>/dev/null || echo 1) )) +ulimit -u $(( 1000 * $(getconf _NPROCESSORS_CONF 2>/dev/null || echo 1) )) 2>/dev/null