JanDeDobbeleer / oh-my-posh2

A prompt theming engine for Powershell
MIT License
5.19k stars 284 forks source link

[Feature] Git aliases #278

Closed VelocityRa closed 4 years ago

VelocityRa commented 4 years ago

oh-my-zsh includes a nice collection of git aliases, it'd be nice to support this here too.

AjayKMehta commented 4 years ago

@VelocityRa, you might be interested in this module?

If you want to add git aliases, why not just add them to your global .gitconfig? Then you can use them anywhere, i.e. PowerShell, git bash...

VelocityRa commented 4 years ago

For git's aliases you still have to use git before them. Thanks for linking that :) Just what I needed.

AjayKMehta commented 4 years ago

You're welcome.