More travis fixes
This commit is contained in:
parent
f5f56f74da
commit
800870f21b
2 changed files with 6 additions and 2 deletions
4
neofetch
4
neofetch
|
|
@ -2935,6 +2935,10 @@ while [ "$1" ]; do
|
|||
info linebreak
|
||||
printf "%b%s" "\033[$(tput lines)H"
|
||||
}
|
||||
|
||||
# Set the test func to readonly so a config source
|
||||
# doesn't overwrite it.
|
||||
readonly -f printinfo
|
||||
;;
|
||||
|
||||
-v) verbose="on" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue