From 4a88622474eeadbd81c8acb446fb075f59ffea7c Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Thu, 16 Sep 2021 20:30:25 -0600 Subject: [PATCH] clean terminfo message --- setup/dotconfig/setup.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/dotconfig/setup.zsh b/setup/dotconfig/setup.zsh index 84a1be2..a67c5d8 100644 --- a/setup/dotconfig/setup.zsh +++ b/setup/dotconfig/setup.zsh @@ -39,7 +39,7 @@ function CONFIG__SYMLINK() { function CONFIG__TERMINFO() { 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 \ && OK || WARN done