theofidry / PsyshBundle

A command line REPL bundle for Symfony using PsySH.
MIT License
208 stars 29 forks source link

[BUG] Writing to directory /.config/psysh is not allowed #76

Open gander opened 1 year ago

gander commented 1 year ago
 User Notice  User Notice: Writing to directory /.config/psysh is not allowed.

How to change it?

gander commented 1 year ago

For now, workaround:

services:
    Psy\Configuration:
        calls:
            - [ setConfigDir, [ '/tmp/_psy-sh_' ] ]