Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.47k stars 947 forks source link

Fix remote icon detection #1235

Closed dritter closed 5 years ago

dritter commented 5 years ago

This adds a new hook vcs-icon, that sets the icon based on the VCS used and the remote URL.

Fixes #1207

dritter commented 5 years ago

Thanks for review @Syphdias