aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link5
1 files changed, 5 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link
index f31c87d..ed128ec 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -113,6 +113,11 @@ if [ -e "$HOME/.custom/profile" ]; then
. $HOME/.custom/profile
fi
+# Python
+if [ -e "$HOME/apps/python" ]; then
+ export PYTHONPATH="$HOME/apps/python"
+fi
+
# Bash specifics
if [ -n "$BASH_VERSION" ]; then
# Command prompt if no system-wide custom prompt is available