mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Force xterm to behave like xterm-256color.
This commit is contained in:
parent
bd78c3b2bf
commit
cd3e41ac4b
1 changed files with 1 additions and 0 deletions
|
|
@ -41,3 +41,4 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||||
unsetopt correctall
|
unsetopt correctall
|
||||||
|
[ "$TERM" = "xterm" ] && TERM="xterm-256color"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue