Fix typo leaving extra '

main
Buddy 1 month ago
parent d2e8bd16e7
commit ae912ceec0

@ -26,7 +26,7 @@ CLICOLOR=1
#{{ end -}}
#{{ if and (lookPath "node") (stat (joinPath .chezmoi.homeDir ".config" "npm" "npmrc")) -}}
NPM_CONFIG_USERCONFIG="#{{ if ne .role "work" }}${XDG_CONFIG_HOME}/npm/npmrc'#{{ else }}${XDG_CONFIG_HOME}/npm/config'#{{ end }}"
NPM_CONFIG_USERCONFIG="#{{ if ne .role "work" }}${XDG_CONFIG_HOME}/npm/npmrc#{{ else }}${XDG_CONFIG_HOME}/npm/config#{{ end }}"
#{{ end -}}
#{{ if lookPath "rg" -}}

Loading…
Cancel
Save