summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-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"