aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile
index 524475d..69bdd9f 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -49,6 +49,8 @@ export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
export CARGO_HOME="$XDG_DATA_HOME/cargo"
export PATH="$PATH:$CARGO_HOME/bin"
+export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/startup.py"
+
export GOPATH="$XDG_DATA_HOME/go"
export PATH="$PATH:$GOPATH/bin"