瀏覽代碼

Add ptpython config

master
10sr 9 月之前
父節點
當前提交
8b39a1a1d2
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. +14
    -0
      others/ptpython.py

+ 14
- 0
others/ptpython.py 查看文件

@@ -0,0 +1,14 @@
"""
Configuration for ``ptpython``.

Copy this file to $XDG_CONFIG_HOME/ptpython/config.py
On Linux, this is: ~/.config/ptpython/config.py
On macOS, this is: ~/Library/Application Support/ptpython/config.py
"""

__all__ = ["configure"]


def configure(repl):
repl.use_code_colorscheme("native")
return

Loading…
取消
儲存