reujab / silver

A cross-shell customizable powerline-like prompt with icons
MIT License
453 stars 30 forks source link

Use octicons branch icon if nerd font #15

Closed xasx closed 4 years ago

xasx commented 4 years ago

Changes the branch icon from powerline variant to Octicons.

Reference class: nf-oct-git_branch (check here https://www.nerdfonts.com/cheat-sheet)

xasx commented 4 years ago

BTW: How to test it upfront?

I tried (fish):

set -x SILVER_ICON_GIT \uF418

without effect… :question:

reujab commented 4 years ago

Setting $SILVER_ICON_GIT should have worked but didn't due to a bug fixed in the latest commit. Thanks for the pull request and sorry for the late reply.