tinker lost color

112

/*
On line ~37 of file 'vendor/psy/psysh/src/Configuration.php'
const COLOR_MODE_DISABLED = 'disabled';

turn it to 'auto'
*/

//Changed
const COLOR_MODE_DISABLED = 'auto';


//Or global config:
//Unix: ~/.config/psysh/config.php 
//or
//C:\Users\{USER}\AppData\Roaming\PsySH\config.php (on Windows)
<?php
    return [ 'colorMode' => \Psy\Configuration::COLOR_MODE_FORCED ];

//See more about config
//https://github.com/bobthecow/psysh/wiki/Configuration

Comments

Submit
0 Comments