mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 05:14:53 -06:00
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:
@@ -34,9 +34,6 @@
|
||||
"path": "bash",
|
||||
"icon": "terminal-bash"
|
||||
},
|
||||
"zsh": {
|
||||
"path": "zsh"
|
||||
},
|
||||
"fish": {
|
||||
"path": "fish"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user