Giuseppe Rota
Giuseppe Rota
thanks for the PR, I can report that the workaround is working for me
Ok I did some digging and I wanted to share some findings. - grota/lusty@660f0c463a33e3d6672fd5d52c6905aee4752e89 of mine doesn't actually solves this issue. Sorry about that. I thought I was related to...
after a wild goose chase I finally found this issue, and while I can only add to the discussion that I am using sqlite storage enabled (I am also using...
what version of drush? `drush --version`. If it's drush 8.x.y then psysh is in drush core and you need to run `drush php`
autocomplete for `jo` seems to be a one liner (same as the one for `j`) while autocomplete for `jc` and `jco` seems to require changes to the script itself, which...
I might be saying something stupid here because I haven't been using jc for a long time (due in fact to the lack of autocompletion), so if that's the case,...
For `jc` and `jco` I'll try to figure out if filtering the output of `autojump --complete $PWD` is feasible (using only shell scripting). I guess I'll end up with _holes_...