umask 0022 for sh in ~/.profile.d/{.pre,*}.sh ; do . "$sh" done unset sh path_prepend /sbin /usr/sbin /usr/games/bin /usr/lib*/ccache /usr/lib*/ccache/*/ ~/.bin . ~/.profile.d/.post.sh 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 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 2>/dev/null` [ -r /usr/local/src/blackfin/bin/bfin-alias ] && . /usr/local/src/blackfin/bin/bfin-alias [ -r /usr/local/src/blackfin/git/toolchain/distribution/snapshots/bfin-alias ] && . /usr/local/src/blackfin/git/toolchain/distribution/snapshots/bfin-alias # This line was appended by KDE # Make sure our customised gtkrc file is loaded. 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 600