Skip to content

Commit

Permalink
Darwin flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Apr 12, 2024
1 parent eec8f33 commit 8b356e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .chezmoi.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
usrbins = []
usrlocalbins = []
binpaths = [ "{{ joinPath .chezmoi.homeDir "/.dotnet/tools" }}" ]
binroots = [ "/", "/usr/", "{{ .chezmoi.homeDir }}", "{{ joinPath .chezmoi.homeDir "/.local" }}", "{{ joinPath .chezmoi.homeDir "/go" }}", "{{ joinPath .chezmoi.homeDir "/libs/flutter" }}", "{{ joinPath .chezmoi.homeDir "/.pub-cache" }}" ]
binroots = [ "/", "/usr/", "{{ .chezmoi.homeDir }}", "{{ joinPath .chezmoi.homeDir "/.local" }}", "{{ joinPath .chezmoi.homeDir "/go" }}", "{{ joinPath .chezmoi.homeDir "/Library/flutter" }}", "{{ joinPath .chezmoi.homeDir "/.pub-cache" }}" ]
terminfosearch = [ "/usr/share/terminfo", "/usr/lib/share/terminfo", "/usr/share/lib/terminfo" ]
termfallback = [ "xterm", "linux", "vt100" ]
#{{ else if eq .chezmoi.os "linux" }} Linux
Expand Down

0 comments on commit 8b356e6

Please sign in to comment.