summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-27 20:10:42 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 23:54:47 -0400
commitb80255592a9f43c3dae585af73b30eb7a4340ce1 (patch)
tree1c305b2d8fd28bb0bb8b779d42ef7401fdfd5dcf /bashrc
parent39a4fe5ae9e89ddd09b52420ba1d3b4a9d756f62 (diff)
downloadconf-b80255592a9f43c3dae585af73b30eb7a4340ce1.tar.gz
conf-b80255592a9f43c3dae585af73b30eb7a4340ce1.zip
remove cargo culting
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/bashrc b/bashrc
index 7c2051f..03710ab 100644
--- a/bashrc
+++ b/bashrc
@@ -1,9 +1,3 @@
-# notes {{{
-# This file is sourced by all *interactive* bash shells on startup,
-# including some apparently interactive shells such as scp and rcp
-# that can't tolerate any output. So make sure this doesn't display
-# anything or bad things will happen !
-# }}}
# environment {{{
[ -f "$HOME/.env" ] && source $HOME/.env
# }}}
@@ -15,14 +9,6 @@ if [[ $- != *i* ]] ; then
return
fi
[ -z "$PS1" ] && return # }}}
-# Enable colors for ls, etc. Prefer ~/.dir_colors {{{
-if [[ -f ~/.dir_colors ]]; then
- eval `dircolors -b ~/.dir_colors`
-elif [[ -f /etc/DIR_COLORS ]]; then
- eval `dircolors -b /etc/DIR_COLORS`
-else
- eval `dircolors -b`
-fi # }}}
# Change the window title of X terminals {{{
case ${TERM} in
xterm*|rxvt*|Eterm|aterm|kterm|gnome|screen*)