Skip to content

Commit

Permalink
Merge pull request dahlbyk#682 from dahlbyk/rkeithhill/update-readme-…
Browse files Browse the repository at this point in the history
…posh-sshell

Make it more obvious the SSH commands have been removed
  • Loading branch information
rkeithhill authored Jun 4, 2019
2 parents 1257e5e + 83a47ae commit 507fed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ branch names e.g.: `git pull or<tab> ma<tab>` tab completes to `git pull origin
- Supports PowerShell Core 6+ on all platforms
- Supports [ANSI escape sequences][ansi-esc-code] for color customization
- Includes breaking changes from v0.x ([roadmap](https://github.com/dahlbyk/posh-git/issues/328))
- **All SSH commands removed** from `posh-git` and moved into the new module [posh-sshell][posh-sshell-url]

#### Releases

Expand Down Expand Up @@ -437,6 +438,8 @@ function prompt {
[psgallery-v1]: https://www.powershellgallery.com/packages/posh-git/1.0.0-beta3
[w3c-colors]: https://www.w3schools.com/colors/colors_names.asp

[posh-sshell-url]: https://github.com/dahlbyk/posh-sshell

[prompt-def-long]: https://github.com/dahlbyk/posh-git/wiki/images/PromptDefaultLong.png "~\GitHub\posh-git [master ≡ +0 ~1 -0 | +0 ~1 -0 !]> "
[prompt-default]: https://github.com/dahlbyk/posh-git/wiki/images/PromptDefault.png "~\GitHub\posh-git [master ≡]> "
[prompt-prefix]: https://github.com/dahlbyk/posh-git/wiki/images/PromptPrefix.png "02-18 13:45:19 ~\GitHub\posh-git [master ≡]>"
Expand Down

0 comments on commit 507fed3

Please sign in to comment.