Files
dotfiles/home/dot_config/nushell/config.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
152 B
Cheetah

{{- /* Linux/macOS path: ~/.config/nushell/config.nu */ -}}
{{- if ne .chezmoi.os "windows" -}}
{{- template "nushell/config.nu.tmpl" . -}}
{{- end -}}