From 2b73819b55721a6af36cac19d68e2e82c0392160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bl=C3=A1ha?= Date: Sun, 26 Mar 2023 15:20:34 +0200 Subject: [PATCH] change term from screen to xterm --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 3ab0a70..f550627 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -112,7 +112,7 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8" bindkey '^ ' autosuggest-accept # accept suggestion with ctrl-space export EDITOR='nvim' -export TERM=screen-256color +export TERM=xterm-256color export PATH=$PATH:/home/david/.local/bin:/home/david/.dotnet/tools if [ -f ~/.config/shell_aliases ]; then