X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=setup.sh;h=243dce9392647f31feec712ecbece2da9f903820;hp=bc8f1e231a7d14ff662483b637a71204ba6d2bf9;hb=44b2d1be3a927212884c91d2bfe199bcea4f1c92;hpb=3e59553875e1437208fe0d3873cfcdafed34676c 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.'