mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-15 00:11:34 -06:00
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
This commit is contained in:
4
home/AppData/Roaming/nushell/env.nu.tmpl
Normal file
4
home/AppData/Roaming/nushell/env.nu.tmpl
Normal file
@@ -0,0 +1,4 @@
|
||||
{{- /* Windows path: %APPDATA%\nushell\env.nu */ -}}
|
||||
{{- if eq .chezmoi.os "windows" -}}
|
||||
{{- template "nushell/env.nu.tmpl" . -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user