summaryrefslogtreecommitdiffstatshomepage
path: root/python/.config/profile.d
diff options
context:
space:
mode:
Diffstat (limited to 'python/.config/profile.d')
-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"