Added documentation and a little helper function for icon customization.
This commit is contained in:
parent
bf9ef6acf1
commit
d8c55a2592
2 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,12 @@ function print_icon() {
|
|||
fi
|
||||
}
|
||||
|
||||
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