pecigonzalo / Oh-My-Posh

Powershell amazingness inspired on Oh-My-Zsh, pshazz, fish. This provides a repository for PowerShell Customizations
http://pecigonzalo.github.io/Oh-My-Posh
GNU Affero General Public License v3.0
342 stars 34 forks source link

Add Z to plugins #25

Closed afnpires closed 8 years ago

afnpires commented 8 years ago

Like oh-my-zsh, the Z plugin should be included. There are 2 implementations in powershell of this. https://github.com/vincpa/z https://github.com/JannesMeyer/z.ps

pecigonzalo commented 8 years ago

Great idea! what if instead of just adding it here, we add support for adding get repos? By the looks if it, you can just install them as modules and then load them with OMP in the meantime.

pecigonzalo commented 8 years ago

I decided not to integrate this into the oh-my-posh as i think its well served by https://github.com/vincpa/z or https://github.com/JannesMeyer/z.ps

You will be able to load vincpa/z using

# User this section if you want to delegate module loading to Oh-My-Posh
$Modules = "z"
# Download modules if missing?
$Modules_Install = $true

Once i fix a issue with allowclober.

Thanks!