From cab53c05b28f6eaa64469ff61ad24f875757fbf0 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 8 Jul 2024 03:08:04 +0200 Subject: [PATCH] changed TERM=linux-16color to TERM=linux --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index c0b7c878..4f2d6158 100644 --- a/.zshrc +++ b/.zshrc @@ -141,7 +141,7 @@ alias gits='git status' # I use xterm and this sets a nice title with hostname and cwd in it. case $TERM in linux) - export TERM=linux-16color + export TERM=linux precmd () {print -Pn "\e]0;%n@%m: %~\a"} ;; xterm*)