diff --git a/neofetch b/neofetch index 4faac552..e78510db 100755 --- a/neofetch +++ b/neofetch @@ -1510,7 +1510,7 @@ get_memory() { ;; "AIX") - IFS=" " read -ra mem_stat <<< "$(svmon -G -O unit=MB)" + IFS=$'\n'"| " read -d "" -ra mem_stat <<< "$(svmon -G -O unit=MB)" mem_total="${mem_stat[11]/.*}" mem_free="${mem_stat[16]/.*}"