Skip to content

Commit

Permalink
go/path path oddity
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 authored Jan 19, 2025
1 parent 2d4fc2f commit 09712a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .chezmoi.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{{- $usrbins = (list "games" ) -}}
{{- $usrlocalbins = (list) -}}
{{- $binpaths = (list (joinPath .chezmoi.homeDir "/.dotnet/tools" ) ) -}}
{{- $binroots = (list "/" "/usr/" "/usr/local/" .chezmoi.homeDir (joinPath .chezmoi.homeDir "/.local" ) (joinPath .chezmoi.homeDir "/go" ) (joinPath .chezmoi.homeDir "/libs/flutter" ) (joinPath .chezmoi.homeDir "/.pub-cache" ) (joinPath .chezmoi.homeDir "/.cache/npm" ) ) -}}
{{- $binroots = (list "/" "/usr/" "/usr/local/" .chezmoi.homeDir (joinPath .chezmoi.homeDir "/.local" ) (joinPath .chezmoi.homeDir "/go" ) (joinPath .chezmoi.homeDir "/.go/path" ) (joinPath .chezmoi.homeDir "/libs/flutter" ) (joinPath .chezmoi.homeDir "/.pub-cache" ) (joinPath .chezmoi.homeDir "/.cache/npm" ) ) -}}
{{- $terminfosearch = (list "/usr/share/terminfo" "/usr/lib/share/terminfo" "/usr/share/lib/terminfo" ) -}}
{{- $termfallback = (list "rxvt" "xterm" "linux" "vt100" ) -}}
#{{ else if eq .chezmoi.os "windows" }} Windows
Expand Down Expand Up @@ -160,4 +160,4 @@
{{else if stat $vimdiffLocation -}}
[merge]
command = "{{$vimdiffLocation}}"
{{end -}}
{{end -}}

0 comments on commit 09712a2

Please sign in to comment.