mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 04:32:12 +00:00
Left out a space
This commit is contained in:
2
fetch.sh
2
fetch.sh
@@ -564,7 +564,7 @@ getmemory () {
|
|||||||
memfree=$2
|
memfree=$2
|
||||||
memavail=$((memtotal - memfree))
|
memavail=$((memtotal - memfree))
|
||||||
memused=$((memtotal - memavail))
|
memused=$((memtotal - memavail))
|
||||||
memory="$((${memused%% *} / 1024))MB /"
|
memory="$((${memused%% *} / 1024))MB / "
|
||||||
memory+="$((${memtotal%% *} / 1024))MB"
|
memory+="$((${memtotal%% *} / 1024))MB"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user