docs: update
This commit is contained in:
parent
ce91e2f39a
commit
4217626cff
1 changed files with 3 additions and 4 deletions
7
neofetch
7
neofetch
|
@ -8815,10 +8815,9 @@ EOF
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Overwrite distro colors if '$ascii_colors' doesn't
|
# Overwrite distro colors if '$ascii_colors' doesn't equal 'distro'.
|
||||||
# equal 'distro'.
|
if [[ ${ascii_colors[0]} != distro ]]; then
|
||||||
if [[ "${ascii_colors[0]}" != "distro" ]]; then
|
color_text=off
|
||||||
color_text="off"
|
|
||||||
set_colors "${ascii_colors[@]}"
|
set_colors "${ascii_colors[@]}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue