aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh
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 /sh
parent299e670e05c688027cdcf89150e4171c059d7d5f (diff)
refactor: move python sh profile to python stow package
Diffstat (limited to 'sh')
-rw-r--r--sh/.config/profile.d/20-python.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/sh/.config/profile.d/20-python.sh b/sh/.config/profile.d/20-python.sh
deleted file mode 100644
index 65ea113..0000000
--- a/sh/.config/profile.d/20-python.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/startup.py"