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:
commit
fd191a5894
2 changed files with 9 additions and 0 deletions
|
@ -105,6 +105,12 @@ function getRelevantItem() {
|
|||
done
|
||||
}
|
||||
|
||||
get_icon_names() {
|
||||
for key in "${(@k)icons}"; do
|
||||
echo "POWERLEVEL9K_$key: ${icons[$key]}"
|
||||
done
|
||||
}
|
||||
|
||||
################################################################
|
||||
# Icons
|
||||
################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue