From 577c0da61f10bbe43e0891aca0c6991349c30ab2 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 10 Dec 2023 23:49:50 +0300 Subject: [PATCH] bash: comment setting $TERM variable this way colors in neovim inside tmux wouldn't be messed up --- config/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.bashrc b/config/.bashrc index a4f0634..7e06453 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -5,7 +5,7 @@ if [ -f /usr/share/git/git-prompt.sh ]; then source /usr/share/git/git-prompt.sh fi -export TERM=kitty +# export TERM=kitty export EDITOR=nvim export VISUAL=nvim