diff options
| -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" |