summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortslil clingman <>2020-11-04 20:26:11 -0500
committertslil clingman <>2020-11-04 20:27:16 -0500
commitc733b0b70eb72b7dbf578a02474eeb2af928f8b3 (patch)
treefc6ec3806bf672c3796c5ef7355cb0251d254ceb /.bashrc
parent5855dd6162f3bbeff7e75cd0246a3f85f6fefd20 (diff)
Slight rearrangement
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc7
1 files changed, 0 insertions, 7 deletions
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