aboutsummaryrefslogtreecommitdiff
path: root/dot_profile
diff options
context:
space:
mode:
Diffstat (limited to 'dot_profile')
-rw-r--r--dot_profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_profile b/dot_profile
index eef2508..ce4bc72 100644
--- a/dot_profile
+++ b/dot_profile
@@ -17,7 +17,11 @@ export GOMODCACHE="$XDG_CACHE_HOME/go/mod"
export PATH="$PATH:/usr/local/go/bin"
export PATH="$PATH:$GOPATH/bin"
+export GHCUP_USE_XDG_DIRS="1"
+{{ if stat (joinPath .chezmoi.homeDir ".local/bin/share/ghcup/env") }}
. /home/tom/.local/share/ghcup/env
+{{ end }}
+
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc"
export SQLITE_HISTORY="$XDG_DATA_HOME/sqlite_history"