Mercurial > dotfiles
changeset 293:b29fc37fe1f0
Set TERM to xterm-256color
Avoids errors when SSH'ing into servers which do not have kitty
installed
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Wed, 04 Nov 2020 17:40:53 +0100 |
parents | 49f6ad79b7b0 |
children | 8651c133a990 |
files | dot_zshrc |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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