Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for path segment to display Unix path in cyg/msys shell #5074

Closed
1 task done
helpimnotdrowning opened this issue Jun 14, 2024 · 0 comments
Closed
1 task done
Assignees
Labels
🚀 feat New feature

Comments

@helpimnotdrowning
Copy link

Code of Conduct

  • I agree to follow this project's Code of Conduct

What would you like to see added?

I would like an option for the path segment to show its Unix equivalent when OMP is used in cyg/msys bash (cygpath -u). Currently the path displays its Windows equivalent:
image
and would ideally look something like this:
image

and implemented something like this:

...
{
	"type": "path",
	...
	"properties": {
		"use_cygpath_when_possible": true
		...
	}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 feat New feature
Projects
None yet
Development

No branches or pull requests

2 participants