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
|
||||
|
||||
# Overwrite distro colors if '$ascii_colors' doesn't
|
||||
# equal 'distro'.
|
||||
if [[ "${ascii_colors[0]}" != "distro" ]]; then
|
||||
color_text="off"
|
||||
# Overwrite distro colors if '$ascii_colors' doesn't equal 'distro'.
|
||||
if [[ ${ascii_colors[0]} != distro ]]; then
|
||||
color_text=off
|
||||
set_colors "${ascii_colors[@]}"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue