Add travis condition
This commit is contained in:
parent
059eb0eec0
commit
3ea3451417
1 changed files with 6 additions and 2 deletions
8
neofetch
8
neofetch
|
@ -2755,11 +2755,15 @@ while [ "$1" ]; do
|
|||
disk_display="infobar"
|
||||
|
||||
printinfo () {
|
||||
info linebreak
|
||||
info linebreak
|
||||
if [ ! -z "$TRAVIS_OS_NAME" ]; then
|
||||
info linebreak
|
||||
info linebreak
|
||||
fi
|
||||
|
||||
for func in "${info[@]}"; do
|
||||
info "$(tr '[:lower:]' '[:upper:]' <<< "$func")" $func
|
||||
done
|
||||
|
||||
info linebreak
|
||||
info cols
|
||||
info linebreak
|
||||
|
|
Loading…
Reference in a new issue