Fix travis overlap
This commit is contained in:
parent
98313547e9
commit
f2253afbfa
1
neofetch
1
neofetch
|
@ -2796,6 +2796,7 @@ 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)
|
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 () {
|
printinfo () {
|
||||||
|
printf "\n"
|
||||||
for func in "${info[@]}"; do
|
for func in "${info[@]}"; do
|
||||||
info "${func^^}" $func
|
info "${func^^}" $func
|
||||||
done
|
done
|
||||||
|
|
Reference in New Issue