diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2026-01-01 07:35:34 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2026-01-01 07:35:34 -0600 |
| commit | 5d4deaccbb455a5b14cddfc41dfba848eb858f01 (patch) | |
| tree | cdda8a9414725ef20831dd9d38533e690efa2a41 | |
| parent | f9f907e39f895810cad6983d62587c3dadaf7528 (diff) | |
No longer try to source non-existent files
| -rw-r--r-- | dot_profile | 4 |
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" |