From b80255592a9f43c3dae585af73b30eb7a4340ce1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Oct 2013 20:10:42 -0400 Subject: remove cargo culting --- bashrc | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'bashrc') 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*) -- cgit v1.2.3-54-g00ecf