mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 20:12:31 +00:00
CPU Cores (iOS): Fixed backslashes in output
This commit is contained in:
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
Block a user