diff options
| author | twells46 <tom@wellsth.com> | 2026-01-01 07:37:49 -0600 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-01-01 07:37:49 -0600 |
| commit | 9612b0c012cdb4a4cf71aaa660016fec81270c63 (patch) | |
| tree | d2226f106f6f58eaee84ac3edb5083f5f315d56f | |
| parent | 5d4deaccbb455a5b14cddfc41dfba848eb858f01 (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" |