summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-04-01 20:28:35 +0800
committerbh <qn+git@excalibur.computer>2026-04-01 20:28:35 +0800
commitd238f267534706042b833a45155da05f1b0ad31a (patch)
tree7b263066ba3a9859bf5f083d27e51612551ee950 /zsh/.zshrc
parent1e2823000e8b2f0168df020a03826de59c543db1 (diff)
python: add python configuration
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 800f14e..a81af9e 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -69,6 +69,11 @@ autoload -Uz compinit
compinit
# ┌──────────────────────────────────────────────────────────────┐
+# │  Python
+# └──────────────────────────────────────────────────────────────┘
+export PYTHONSTARTUP="$HOME/.pythonrc"
+
+# ┌──────────────────────────────────────────────────────────────┐
# │ ✏️ Editor │
# └──────────────────────────────────────────────────────────────┘
export EDITOR="nvim"