summaryrefslogtreecommitdiffstatshomepage
path: root/python
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-27 13:20:11 -0500
committerToby Vincent <tobyv13@gmail.com>2023-03-27 13:20:11 -0500
commit5bdc6845e5a915cb937c685df7980f4047c5d2f8 (patch)
tree7e8fc041598d959fb1f1c38de4ba9f769fa6b8b1 /python
parent299e670e05c688027cdcf89150e4171c059d7d5f (diff)
refactor: move python sh profile to python stow package
Diffstat (limited to 'python')
-rw-r--r--python/.config/profile.d/20-python.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/.config/profile.d/20-python.sh b/python/.config/profile.d/20-python.sh
new file mode 100644
index 0000000..65ea113
--- /dev/null
+++ b/python/.config/profile.d/20-python.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/startup.py"