diff --git a/basics/setup/quality_of_life.md b/basics/setup/quality_of_life.md index 5f3281d..6a0e8fb 100644 --- a/basics/setup/quality_of_life.md +++ b/basics/setup/quality_of_life.md @@ -100,7 +100,13 @@ Try: - `kcw` - ls -axxxx -Works with `python` too: +Readline can work with python one you set `PYTHON_BASIC_REPL` to `true`. + + +```sh +echo 'export PYTHON_BASIC_REPL=true' >> ~/.bashrc +exec bash +``` ```python imos