CPU Cores (iOS): Fixed backslashes in output
This commit is contained in:
parent
8bf8f9a4b1
commit
d21285c75b
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1129,7 +1129,7 @@ getcpu () {
|
|||
|
||||
# Add cpu cores to output
|
||||
[ "$cpu_cores" == "on" ] && [ "$cores" ] && \
|
||||
cpu="${cpu/@/\(${cores}\) @}"
|
||||
cpu="${cpu/@/(${cores}) @}"
|
||||
|
||||
# Make the output of cpu shorter
|
||||
case "$cpu_shorthand" in
|
||||
|
|
Loading…
Reference in a new issue