chrisbenti / PS-Config

Powershell Config
60 stars 8 forks source link

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

Open weswigham opened 10 years ago

weswigham commented 10 years ago

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 commented 10 years ago

Good catch!

chrisbenti commented 10 years ago

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