@ -1026,10 +1026,10 @@ getgpu () {
source "/tmp/neofetch/gpu"
else
gpu=$(system_profiler SPDisplaysDataType | awk -F': ' '/^\ *Chipset Model:/ {printf $2 ", "}')
gpu=${gpu//'/ $'}
gpu=${gpu%,*}
cache "gpu" "$gpu"
fi
;;
*"BSD")