From a35757d81c8dfc78b60241523a907ea63197586e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= <y0rune@aol.com>
Date: Sun, 19 Dec 2021 00:55:34 +0100
Subject: [PATCH] Hidden the TERM env

---
 .zshrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc
index 1981f49..806f408 100644
--- a/.zshrc
+++ b/.zshrc
@@ -38,7 +38,7 @@ source $ZSH/oh-my-zsh.sh
 FPATH=/usr/local/share/zsh/site-functions:$FPATH
 
 export GPG_TTY=$(tty)
-export TERM=xterm-256color
+# export TERM=xterm-256color
 export SHELL=/bin/bash
 export GTK_IM_MODULE=ibus
 export XMODIFIERS=@im=ibus