2 lines
68 B
Bash
2 lines
68 B
Bash
# works well enough
|
|
[[ "$TERM" == "linux" ]] && TERM=xterm-256color
|
# works well enough
|
|
[[ "$TERM" == "linux" ]] && TERM=xterm-256color
|