mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 01:14:48 -06:00
- Add shared Nushell config templates in .chezmoitemplates/ - Create Windows-specific Nushell configs in AppData/Roaming/ - Add Windows Terminal settings.json configuration - Update PowerShell profile template - Consolidate Nushell env.nu and config.nu templates across platforms
5 lines
142 B
Cheetah
5 lines
142 B
Cheetah
{{- /* Windows path: %APPDATA%\nushell\env.nu */ -}}
|
|
{{- if eq .chezmoi.os "windows" -}}
|
|
{{- template "nushell/env.nu.tmpl" . -}}
|
|
{{- end -}}
|