Mercurial > dotfiles
comparison dot_zshrc @ 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 | 6744d7605e8b |
children | c49fb04cf6da |
comparison
equal
deleted
inserted
replaced
292:49f6ad79b7b0 | 293:b29fc37fe1f0 |
---|---|
1 # vim:ft=zsh | 1 # vim:ft=zsh |
2 | 2 |
3 source ~/.zsh/zsh-history-substring-search.zsh | 3 source ~/.zsh/zsh-history-substring-search.zsh |
4 export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=green,fg=black' | 4 export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=green,fg=black' |
5 | |
6 export TERM=xterm-256color | |
5 | 7 |
6 export LC_ALL=$LANG | 8 export LC_ALL=$LANG |
7 | 9 |
8 PROMPT='%F{cyan}%T%f %F{red}%m%f %F{blue}%~%b%f | 10 PROMPT='%F{cyan}%T%f %F{red}%m%f %F{blue}%~%b%f |
9 %j -> ' | 11 %j -> ' |