From c733b0b70eb72b7dbf578a02474eeb2af928f8b3 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Wed, 4 Nov 2020 20:26:11 -0500 Subject: Slight rearrangement --- .bashrc | 7 ------- 1 file changed, 7 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 8179a2e..816622e 100644 --- a/.bashrc +++ b/.bashrc @@ -60,10 +60,3 @@ HISTFILESIZE=2000 # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" - -# colored GCC warnings and errors -export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' - -if [ -f ~/.bash_aliases ]; then - . ~/.bash_aliases -fi -- cgit v1.2.3