-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
category:bugSomething isn't workingSomething isn't workingplatform:windowsIssues which are specific to WindowsIssues which are specific to Windows
Milestone
Description
Describe the bug
Error: × Invalid literal
╭─[C:\Users\zhang\AppData\Roaming\nushell\config.nu:792:17]
791 │ #use ~/.starship.nu
792 │ alias curl = c:\msys64\clangarm64\bin\curl.exe
· ───────────────┬──────────────
· ╰── unrecognized escape after '\' in string
793 │ alias vim = nvim
╰────
How to reproduce
Windows style paths in config file result in error unrecognized escape after '\' in string
Expected behavior
Don't error
Screenshots
N/A
Configuration
N/A
Additional context
Regression in 0.94.1. It worked in 0.94.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
category:bugSomething isn't workingSomething isn't workingplatform:windowsIssues which are specific to WindowsIssues which are specific to Windows