From 11a71db8a2de27cd8bc8be6c6feeeb1a1ce1cad4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Sep 2013 02:23:35 +1200 Subject: Version terminfo sources and compile on install --- install | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 51d68227..5b3c1ded 100755 --- a/install +++ b/install @@ -80,7 +80,6 @@ lns "$dotfiles"/git/gitconfig "$HOME"/.gitconfig lns "$dotfiles"/readline/inputrc "$HOME"/.inputrc lns "$dotfiles"/sh/profile "$HOME"/.profile lns "$dotfiles"/sh/profile.d "$HOME"/.profile.d -lns "$dotfiles"/terminfo "$HOME"/.terminfo lns "$dotfiles"/vim/vimrc "$HOME"/.vimrc lns "$dotfiles"/vim "$HOME"/.vim @@ -122,3 +121,10 @@ while getopts :dgmnrtx opt; do done shift $((OPTIND-1)) +# Compile terminfo files +if hash tic 2>/dev/null; then + for info in "$dotfiles"/terminfo/*.info; do + tic "$info" + done +fi + -- cgit v1.2.3