mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
Added documentation and a little helper function for icon customization.
This commit is contained in:
@@ -59,6 +59,12 @@ function print_icon() {
|
||||
fi
|
||||
}
|
||||
|
||||
get_icon_names() {
|
||||
for key in "${(@k)icons}"; do
|
||||
echo "POWERLEVEL9K_$key: ${icons[$key]}"
|
||||
done
|
||||
}
|
||||
|
||||
################################################################
|
||||
# Icons
|
||||
################################################################
|
||||
|
||||
Reference in New Issue
Block a user