]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Remove grep_i(), moved to lib.sh.
authorSimon Ruderich <simon@ruderich.org>
Wed, 23 Oct 2013 23:06:51 +0000 (01:06 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 23 Oct 2013 23:06:51 +0000 (01:06 +0200)
setup.sh

index bc8f1e231a7d14ff662483b637a71204ba6d2bf9..243dce9392647f31feec712ecbece2da9f903820 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -30,9 +30,6 @@ terminal_info() {
 terminal_available() {
     terminal_info "$@" > /dev/null
 }
 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.'
 # Check if `infocmp` is available.
 if ! infocmp >/dev/null 2>&1; then
     echo 'Warning: `infocmp` not available! 256color checks will fail.'