diff options
| author | bh <qn+git@epicurus.dev> | 2026-04-01 20:28:35 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-04-01 20:28:35 +0800 |
| commit | 71e75e351867060d8cf00e676b70341022f0fe17 (patch) | |
| tree | 7b263066ba3a9859bf5f083d27e51612551ee950 /zsh | |
| parent | 51db7939e8c6d4f2cf894963b874d649ec4c2ace (diff) | |
python: add python configuration
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -69,6 +69,11 @@ autoload -Uz compinit compinit # ┌──────────────────────────────────────────────────────────────┐ +# │ Python +# └──────────────────────────────────────────────────────────────┘ +export PYTHONSTARTUP="$HOME/.pythonrc" + +# ┌──────────────────────────────────────────────────────────────┐ # │ ✏️ Editor │ # └──────────────────────────────────────────────────────────────┘ export EDITOR="nvim" |
