summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Ryan Davis <AndrewDavis1191@gmail.com>2020-05-17 00:18:21 -0700
committerGitHub <noreply@github.com>2020-05-17 00:18:21 -0700
commit0f19d90383916c72fa1872e192538ef6c2f7dc5d (patch)
treed5177b4525a119786e2c5e92367d14ab76f74462
parent6151e30b6b7d069095611ceab616a04eed4b2782 (diff)
Adding comment next to new link at bottom
It seems I didn't add the details of the link initially.
-rw-r--r--powershell.html.markdown2
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