You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
310 B

  1. """
  2. Configuration for ``ptpython``.
  3. Copy this file to $XDG_CONFIG_HOME/ptpython/config.py
  4. On Linux, this is: ~/.config/ptpython/config.py
  5. On macOS, this is: ~/Library/Application Support/ptpython/config.py
  6. """
  7. __all__ = ["configure"]
  8. def configure(repl):
  9. repl.use_code_colorscheme("native")
  10. return