]> git.wh0rd.org - home.git/commitdiff
bashrc: disable obsolete env settings
authorMike Frysinger <vapier@gentoo.org>
Wed, 13 Jan 2021 18:09:00 +0000 (13:09 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 13 Jan 2021 18:09:00 +0000 (13:09 -0500)
.bashrc

diff --git a/.bashrc b/.bashrc
index 041297e958ded0de7af67b32f1a383768e52d0a8..2d6506f44b16acf8dc1d470ccfa0d89603e7905d 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -9,12 +9,12 @@ path_prepend /sbin /usr/sbin /usr/games/bin /usr/lib*/ccache /usr/lib*/ccache/*/
 
 . ~/.profile.d/.post.sh
 
-s=$'\001' e=$'\002'
-export JTAG_PROMPT=$s'\e[30;1m\e[34;1m'$e'jtag'$s'\e[30;1m'$e'>'$s'\e[0m'$e' '
-unset s e
+#s=$'\001' e=$'\002'
+#export JTAG_PROMPT=$s'\e[30;1m\e[34;1m'$e'jtag'$s'\e[30;1m'$e'>'$s'\e[0m'$e' '
+#unset s e
 
-export ECHANGELOG_USER="Mike Frysinger <vapier@gentoo.org>"
-export GCC_BOUNDS_OPTS=-no-message
+#export ECHANGELOG_USER="Mike Frysinger <vapier@gentoo.org>"
+#export GCC_BOUNDS_OPTS=-no-message
 export HISTCONTROL=ignoreboth
 export HISTFILESIZE=30000
 export HISTSIZE=${HISTFILESIZE}
@@ -30,10 +30,6 @@ shopt -s no_empty_cmd_completion
 [ -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
 # Chrome creates a shit ton of procs/threads now.
 ulimit -u $(( 1000 * $(getconf _NPROCESSORS_CONF 2>/dev/null || echo 1) )) 2>/dev/null