1
0
Fork 0

Avoid color config in tako if noninteractive

This commit is contained in:
Jeremy Kaplan 2017-01-05 11:11:32 -08:00
commit 3ddaa4572a

View file

@ -40,6 +40,7 @@ $TAKO_SETTINGS.aliases.update({
'workon': _workon,
})
if 'TERM' in __tako_env__:
if '256color' in $TERM:
colors = {
'blue': 81,