dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit dea0b659f68c525815b6826830e1766c9be416e3
parent 0dd18616b3b4d05e79950f6caf5f80ae3f6f2602
Author: root <root@ip-10-228-174-15.eu-west-1.compute.internal>
Date:   Mon,  8 Oct 2012 13:33:27 +0000

Removed .dir_colors reference

Diffstat:
M.bashrc | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -49,11 +49,6 @@ else fi unset color_prompt force_color_prompt -if [ "$TERM" != "dumb" ]; then - export LS_OPTIONS='--color=auto' - eval `dircolors ~/.dir_colors` -fi - # Useful aliases alias ll='ls -alF' alias la='ls -A'