From 09712a22b9ba74f39d32789895ec39b426f2863a Mon Sep 17 00:00:00 2001 From: Arran Ubels Date: Sun, 19 Jan 2025 17:40:16 +1100 Subject: [PATCH] go/path path oddity --- .chezmoi.toml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 0fa61be..1d25e43 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -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 @@ -160,4 +160,4 @@ {{else if stat $vimdiffLocation -}} [merge] command = "{{$vimdiffLocation}}" -{{end -}} \ No newline at end of file +{{end -}}