aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwells46 <tom@wellsth.com>2026-01-01 07:37:49 -0600
committertwells46 <tom@wellsth.com>2026-01-01 07:37:49 -0600
commit9612b0c012cdb4a4cf71aaa660016fec81270c63 (patch)
treed2226f106f6f58eaee84ac3edb5083f5f315d56f
parent5d4deaccbb455a5b14cddfc41dfba848eb858f01 (diff)
Correct broken profile template
-rw-r--r--dot_profile.tmpl (renamed from dot_profile)3
1 files changed, 1 insertions, 2 deletions
diff --git a/dot_profile b/dot_profile.tmpl
index ce4bc72..8875e56 100644
--- a/dot_profile
+++ b/dot_profile.tmpl
@@ -18,11 +18,10 @@ 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") }}
+{{- 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"