mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Minor comment addition for system load prompt segment.
This commit is contained in:
parent
6a0eb2fb11
commit
5c09cf3e27
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ function print_icon() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Converts large memory values into a human-readable unit (e.g., bytes --> GB)
|
||||||
printSizeHumanReadable() {
|
printSizeHumanReadable() {
|
||||||
local size=$1
|
local size=$1
|
||||||
local extension
|
local extension
|
||||||
|
|
Loading…
Reference in a new issue