From 5d4deaccbb455a5b14cddfc41dfba848eb858f01 Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:35:34 -0600 Subject: No longer try to source non-existent files --- dot_profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot_profile') 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" -- cgit v1.2.3