Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Cannot remove alias #399

Open
ForNeVeR opened this issue Nov 22, 2015 · 1 comment
Open

Cannot remove alias #399

ForNeVeR opened this issue Nov 22, 2015 · 1 comment

Comments

@ForNeVeR
Copy link
Contributor

In Windows PowerShell, the correct way to remove an alias is

> rm alias:ls

In Pash it doesn't work:

PASH /home/fornever> rm alias:ls
The requested feature is not implemented.
  +CategoryInfo: NotSpecified, Reason: NotImplementedException
  +FullyQualifiedErrorId: NotImplementedException,System.Management.Automation
@sburnicki
Copy link
Member

This is because some functionality is not yet implemented in the SessionStateProvider. So this basically affects all SessionState related itemes as also variables.

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