From: Simon Ruderich Date: Wed, 23 Oct 2013 23:06:51 +0000 (+0200) Subject: setup.sh: Remove grep_i(), moved to lib.sh. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=44b2d1be3a927212884c91d2bfe199bcea4f1c92 setup.sh: Remove grep_i(), moved to lib.sh. --- diff --git a/setup.sh b/setup.sh index bc8f1e2..243dce9 100755 --- a/setup.sh +++ b/setup.sh @@ -30,9 +30,6 @@ terminal_info() { terminal_available() { terminal_info "$@" > /dev/null } -grep_i() { - cmd_i grep "$@" -} # Check if `infocmp` is available. if ! infocmp >/dev/null 2>&1; then echo 'Warning: `infocmp` not available! 256color checks will fail.'