From 71e75e351867060d8cf00e676b70341022f0fe17 Mon Sep 17 00:00:00 2001 From: bh Date: Wed, 1 Apr 2026 20:28:35 +0800 Subject: python: add python configuration --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 800f14e..a81af9e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -68,6 +68,11 @@ zstyle :compinstall filename '/home/bh/.zshrc' autoload -Uz compinit compinit +# ┌──────────────────────────────────────────────────────────────┐ +# │  Python +# └──────────────────────────────────────────────────────────────┘ +export PYTHONSTARTUP="$HOME/.pythonrc" + # ┌──────────────────────────────────────────────────────────────┐ # │ ✏️ Editor │ # └──────────────────────────────────────────────────────────────┘ -- cgit v1.2.3