@@ -232,8 +232,7 @@ |
||
| 232 | 232 | return |
| 233 | 233 | $this->supportsColor() ? |
| 234 | 234 | $this->checkTermVarFor256ColorSupport('TERM') || |
| 235 | - $this->checkTermVarFor256ColorSupport('DOCKER_TERM') : |
|
| 236 | - false; |
|
| 235 | + $this->checkTermVarFor256ColorSupport('DOCKER_TERM') : false; |
|
| 237 | 236 | } |
| 238 | 237 | // /** |
| 239 | 238 | // * @return bool |