Added documentation and a little helper function for icon customization.

This commit is contained in:
Dominik Ritter 2015-08-29 14:36:33 +02:00
commit d8c55a2592
2 changed files with 9 additions and 0 deletions

View file

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