Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

When in the root drive of powershell drives, the prompt is empty and gray #18

Open
weswigham opened this issue Jul 16, 2014 · 2 comments

Comments

@weswigham
Copy link
Collaborator

Make a new temporary drive similarly to this:

New-PSDrive -Name VM -PSProvider FileSystem -Root "\\win81-wwighamvm\c$"

Cd into it:
image

When in the root of the drive, the prompt is both empty and gray. (And when you cd into it, it becomes a UNC path, rather than a drive path) This probably isn't wholly intentional.

@chrisbenti
Copy link
Owner

Good catch!

@chrisbenti
Copy link
Owner

Also, we should test for other generic Powershell Providers, not just the filesystem one and spec out some behavior for that

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants