mirror of
https://github.com/powerline/powerline.git
synced 2025-07-25 14:54:54 +02:00
Merge pull request #1114 from ZyX-I/fix-1104
Specify $TERM in place of assuming it is set to something working
This commit is contained in:
commit
0eeab7fda0
@ -62,7 +62,7 @@ run() {
|
|||||||
env -i \
|
env -i \
|
||||||
LANG=en_US.UTF-8 \
|
LANG=en_US.UTF-8 \
|
||||||
PATH="$local_path" \
|
PATH="$local_path" \
|
||||||
TERM="${TERM}" \
|
TERM="screen-256color" \
|
||||||
COLUMNS="${COLUMNS}" \
|
COLUMNS="${COLUMNS}" \
|
||||||
LINES="${LINES}" \
|
LINES="${LINES}" \
|
||||||
TEST_TYPE="${TEST_TYPE}" \
|
TEST_TYPE="${TEST_TYPE}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user