diff options
author | Andrew Ryan Davis <AndrewDavis1191@gmail.com> | 2020-05-17 00:18:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 00:18:21 -0700 |
commit | 0f19d90383916c72fa1872e192538ef6c2f7dc5d (patch) | |
tree | d5177b4525a119786e2c5e92367d14ab76f74462 /powershell.html.markdown | |
parent | 6151e30b6b7d069095611ceab616a04eed4b2782 (diff) |
Adding comment next to new link at bottom
It seems I didn't add the details of the link initially.
Diffstat (limited to 'powershell.html.markdown')
-rw-r--r-- | powershell.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powershell.html.markdown b/powershell.html.markdown index 75645bbb..6efd984c 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -345,7 +345,7 @@ Interesting Projects * [PSGet](https://github.com/psget/psget) NuGet for PowerShell * [PSReadLine](https://github.com/lzybkr/PSReadLine/) A bash inspired readline implementation for PowerShell (So good that it now ships with Windows10 by default!) * [Posh-Git](https://github.com/dahlbyk/posh-git/) Fancy Git Prompt (Recommended!) -* [Oh-My-Posh](https://github.com/JanDeDobbeleer/oh-my-posh) +* [Oh-My-Posh](https://github.com/JanDeDobbeleer/oh-my-posh) Shell customization similar to the popular Oh-My-Zsh on Mac * [PSake](https://github.com/psake/psake) Build automation tool * [Pester](https://github.com/pester/Pester) BDD Testing Framework * [Jump-Location](https://github.com/tkellogg/Jump-Location) Powershell `cd` that reads your mind |