В ~/.bashrc добавить:
case "$TERM" in
'xterm') TERM=xterm-256color;;
'screen') TERM=screen-256color;;
'tmux') TERM=tmux-256color;;
esacCode language: JavaScript (javascript)
Блог старого админа)
В ~/.bashrc добавить:
case "$TERM" in
'xterm') TERM=xterm-256color;;
'screen') TERM=screen-256color;;
'tmux') TERM=tmux-256color;;
esacCode language: JavaScript (javascript)