We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to be able to provide additional interfaces to allow other code to hook Resolve-Icon with respect to symlink/junction handling.
Resolve-Icon
symlink
junction
Example: My profile treats the root path of msys as / and would like to be able to hook code to change -> E:\msys\usr\bin to -> /usr/bin
/
-> E:\msys\usr\bin
-> /usr/bin
Extra example: I wish I could show it as ~/Documents/workstation/ instead of the full path, by a hook
~/Documents/workstation/
The text was updated successfully, but these errors were encountered:
Set-TerminalIconPathResolver
No branches or pull requests
I'd like to be able to provide additional interfaces to allow other code to hook
Resolve-Icon
with respect tosymlink
/junction
handling.Example:
My profile treats the root path of msys as
/
and would like to be able to hook code to change-> E:\msys\usr\bin
to-> /usr/bin
Extra example:
I wish I could show it as
~/Documents/workstation/
instead of the full path, by a hookThe text was updated successfully, but these errors were encountered: