Skip to content

Commit

Permalink
docs: update PowerShell comment (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro authored Jun 6, 2022
1 parent 2880a52 commit 7fe6128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ PowerShell come with a built-in alias `ni` for `New Item`. To remove the alias i
Create or edit file `C:\Windows\System32\WindowsPowerShell\v1.0\Microsoft.PowerShell_profile.ps1`, adding following line:

```ps
Del alias:ni -Force
Remove-Item Alias:ni -Force -ErrorAction Ignore
```

</details>
Expand Down

0 comments on commit 7fe6128

Please sign in to comment.