CPU Cores (iOS): Fixed backslashes in output
This commit is contained in:
parent
8bf8f9a4b1
commit
d21285c75b
2
neofetch
2
neofetch
|
@ -1129,7 +1129,7 @@ getcpu () {
|
||||||
|
|
||||||
# Add cpu cores to output
|
# Add cpu cores to output
|
||||||
[ "$cpu_cores" == "on" ] && [ "$cores" ] && \
|
[ "$cpu_cores" == "on" ] && [ "$cores" ] && \
|
||||||
cpu="${cpu/@/\(${cores}\) @}"
|
cpu="${cpu/@/(${cores}) @}"
|
||||||
|
|
||||||
# Make the output of cpu shorter
|
# Make the output of cpu shorter
|
||||||
case "$cpu_shorthand" in
|
case "$cpu_shorthand" in
|
||||||
|
|
Reference in New Issue