Merge pull request #80 from dritter/dritter/icon_customization_documentation

Added documentation and a little helper function for icon customization.
This commit is contained in:
Ben Hilburn 2015-09-05 15:04:20 -07:00
commit fd191a5894
2 changed files with 9 additions and 0 deletions

View file

@ -105,6 +105,12 @@ function getRelevantItem() {
done
}
get_icon_names() {
for key in "${(@k)icons}"; do
echo "POWERLEVEL9K_$key: ${icons[$key]}"
done
}
################################################################
# Icons
################################################################