clean terminfo message
This commit is contained in:
parent
6f6f06507a
commit
4a88622474
@ -39,7 +39,7 @@ function CONFIG__SYMLINK() {
|
|||||||
|
|
||||||
function CONFIG__TERMINFO() {
|
function CONFIG__TERMINFO() {
|
||||||
for file in $(find "$DOTWRYN_PATH/config/terminfo" -type f); do
|
for file in $(find "$DOTWRYN_PATH/config/terminfo" -type f); do
|
||||||
CHECK "adding '$file' terminfo"
|
CHECK "adding '$(basename $file)'"
|
||||||
tic -x $file >>$LOG 2>&1 \
|
tic -x $file >>$LOG 2>&1 \
|
||||||
&& OK || WARN
|
&& OK || WARN
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user