Avoid color config in tako if noninteractive
This commit is contained in:
parent
fb5fe16867
commit
3ddaa4572a
1 changed files with 47 additions and 46 deletions
|
|
@ -40,6 +40,7 @@ $TAKO_SETTINGS.aliases.update({
|
||||||
'workon': _workon,
|
'workon': _workon,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if 'TERM' in __tako_env__:
|
||||||
if '256color' in $TERM:
|
if '256color' in $TERM:
|
||||||
colors = {
|
colors = {
|
||||||
'blue': 81,
|
'blue': 81,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue