-
## 探索 Powershell
- `Get-Verb` Returns a list of verbs that most commands adhere to.
- `Get-command` retrieves a list of all commands installed on your machine.
- `Get-Member` operates on object b…
-
By default, modules that are marked as incompatible with the PSEdition in use should not be installed. The current behavior results unnecessarily in incompatible modules being installed and causing i…
-
_This is a feature proposal rather than a bug._
I've found that, when `git` execution is skipped within `Import-Module` call, it can save about 100 milliseconds of module startup time. It's not tha…
-
I saw a [old issue](https://github.com/darkoperator/Posh-SSH/issues/192) which has not been responded to so have created a new one, when calling New-SSHRemotePortForward it throws a error
`New-SSHR…
-
Hi,
When you activate a Python virtualenv, posh-git-sh got the priority and I don't see the name of my virtual env on the prompt.
It is a bit annoying because I don't know if I am in my virtualenv…
-
I copy-pasted this straight from the README
```powershell
Import-Module pure-pwsh
Import-Module posh-git
$pure.PrePrompt = {
param ($user, $cwd, $git, $slow)
"`n$user{1}{0}$cwd $git …
-
### System Details
- posh-git version/path:
- 0.6.1.20160330
- ~\Documents\WindowsPowerShell\Modules\Posh-Git\posh-git.psm1
- PowerShell version: 5.1.14393.693
- Git version: git version …
-
Type: Bug
When `$PS1` is enough long, and when shell integration is enabled, the bash terminal in VSCode sometimes gets weird text before each prompt.
Example:
```
$ PS1='\n\[\e[32m\]Short p…
-
I have the following PowerShell profile:
```
# Chocolatey profile
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {
Import-Modu…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### What would you like to see added?
When you work with a pair of **fetch-** and **push-** remotes, it looks like oh-my-p…