-
### System Details
- posh-sshell version/path: ??
- PowerShell version: 6.0.2
- Operating system name and version: Windows 10 1809
- OpenSSH / Putty version: 7.9.0.0
### Issue Descrip…
-
### System Details
- posh-git version/path: 1.1.0 ~\Documents\WindowsPowerShell\Modules\posh-git\1.1.0
- PowerShell version: 5.1.19041.3693
- git version 2.42.0.windows.2
- OS: Microsoft Window…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### What happened?
I use Atuin for an improved command history experience previously with Starship and switched over to Oh…
-
I'd like to show a command's exit code on the prompt. The posh-git readme [suggests to add the following](https://github.com/dahlbyk/posh-git#displaying-error-information):
```ps
function global:P…
Bouke updated
2 years ago
-
### System Details
- posh-sshell version/path: 0.3.1 ~\Documents\WindowsPowerShell\Modules\posh-sshell\0.3.1
- PowerShell version: 5.1.14393.3053
- OS: Microsoft Windows NT 10.0.14393.0
- O…
-
### System Details
- posh-git version/path: 0.7.1 C:\Program Files\WindowsPowerShell\Modules\posh-git\0.7.1
- PowerShell version: 5.1.16299.251
- git version 2.15.1.windows.2
- OS: Microsoft Wi…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the ex…
-
### What happened?
I'm not sure if I missed something, or if there's an actual issue as of `2.4.0`. The error I'm seeing is `error=failed to build for windows_arm64_v8.0: fork/exec C:\Program Files\G…
-
I'd like to have the option to constantly be reminded of my unpushed/unpulled commits.
Kind of like how [posh git](https://github.com/dahlbyk/posh-git) does it.
-
I have a complex `git alias` that I'd like to have tab completion on to fill branch names. The command is as follows:
```
mstage = "!git checkout stage && git pull && git reset --hard && git merge…