mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Specify $TERM in place of assuming it is set to something working
Ref #1104
This commit is contained in:
parent
218f72e7db
commit
0d3609fb96
@ -62,7 +62,7 @@ run() {
|
||||
env -i \
|
||||
LANG=en_US.UTF-8 \
|
||||
PATH="$local_path" \
|
||||
TERM="${TERM}" \
|
||||
TERM="screen-256color" \
|
||||
COLUMNS="${COLUMNS}" \
|
||||
LINES="${LINES}" \
|
||||
TEST_TYPE="${TEST_TYPE}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user