mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
Travis don't use color blocks
This commit is contained in:
@@ -3,4 +3,4 @@ sudo: required
|
||||
|
||||
script:
|
||||
- sudo make install
|
||||
- bash neofetch --test --ascii
|
||||
- bash neofetch --test --ascii --color_blocks off
|
||||
|
1
neofetch
1
neofetch
@@ -2796,7 +2796,6 @@ while [ "$1" ]; do
|
||||
info=(title underline distro kernel uptime packages shell resolution de wm theme icons cpu gpu memory font disk battery song localip publicip users birthday cols)
|
||||
|
||||
printinfo () {
|
||||
printf "\n"
|
||||
for func in "${info[@]}"; do
|
||||
info "${func^^}" $func
|
||||
done
|
||||
|
Reference in New Issue
Block a user