# HG changeset patch # User Zeger Van de Vannet # Date 1604508053 -3600 # Node ID b29fc37fe1f04365fc233668e5d7552576325d62 # Parent 49f6ad79b7b0d4be8a5f6dcc8dc9941e67045dcf Set TERM to xterm-256color Avoids errors when SSH'ing into servers which do not have kitty installed diff -r 49f6ad79b7b0 -r b29fc37fe1f0 dot_zshrc --- a/dot_zshrc Wed Oct 21 09:08:11 2020 +0200 +++ b/dot_zshrc Wed Nov 04 17:40:53 2020 +0100 @@ -3,6 +3,8 @@ source ~/.zsh/zsh-history-substring-search.zsh export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=green,fg=black' +export TERM=xterm-256color + export LC_ALL=$LANG PROMPT='%F{cyan}%T%f %F{red}%m%f %F{blue}%~%b%f