aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index aff0ae6..3f6cfb5 100644
--- a/.bashrc
+++ b/.bashrc
@@ -9,7 +9,6 @@ export PATH=$PATH:/root/.cargo/bin:/root/go/bin
export EDITOR=nvim
export HISTSIZE=1000
export HISTFILESIZE=2000
-export TERM=xterm-256color
YELLOW="\[$(tput setaf 3)\]"
GREEN="\[$(tput setaf 2)\]"