aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-01-11 22:15:51 +0100
committerpml68 <contact@pml68.dev>2025-01-11 22:19:06 +0100
commit17ca5ecbee6e0cd9b448c2974602050c666172c5 (patch)
treefb45695bd91428a8d6021817aac9632f2f5280e5 /.bashrc
parentfeat: add error and warning diagnostic counts to statusline (diff)
downloadnvim-17ca5ecbee6e0cd9b448c2974602050c666172c5.tar.gz
feat: switch to rosepine-tmuxed for distorted colors
Diffstat (limited to '')
-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)\]"