fix: correct WSL detection and improve platform-specific configuration

- Set WSL detection to false by default for proper conditional evaluation
- Add delta as diff pager for improved git diff output
- Change Windows cd command from nu to powershell.exe with -NoLogo flag
- Refactor .chezmoiignore to use clearer platform-specific sections
- Fix WSL-only files to be properly excluded on non-WSL systems
- Separate Linux/Unix and Windows file exclusions for better clarity
- Remove zsh profile from Cursor settings (migrated to Fish shell)
This commit is contained in:
Ryan Walters
2025-10-27 20:01:56 -05:00
parent 751efbc719
commit 625cf3c3ae
3 changed files with 23 additions and 19 deletions

View File

@@ -34,9 +34,6 @@
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"fish": {
"path": "fish"
},