Files
dotfiles/home/AppData/Roaming/nushell/env.nu.tmpl
Ryan Walters 48d40b2872 refactor: reorganize Nushell configurations with Windows support
- 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
2025-10-27 01:51:21 -05:00

5 lines
142 B
Cheetah

{{- /* Windows path: %APPDATA%\nushell\env.nu */ -}}
{{- if eq .chezmoi.os "windows" -}}
{{- template "nushell/env.nu.tmpl" . -}}
{{- end -}}