소스 검색

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

불러오는 중...
취소
저장