zsh: remove obsolete checks.zsh

This commit is contained in:
Thomas Preisner 2017-10-09 22:42:12 +02:00
parent bd33ff52a3
commit 0a2d9d9c6f
2 changed files with 0 additions and 24 deletions

View file

@ -1,23 +0,0 @@
if [[ $(uname) = 'Linux' ]]; then
IS_LINUX=1
fi
if [[ $(uname) = 'Darwin' ]]; then
IS_MAC=1
fi
if [[ -x `which brew` ]]; then
HAS_BREW=1
fi
if [[ -x `which apt-get` ]]; then
HAS_APT=1
fi
if [[ -x `which pmset` ]]; then
HAS_PMSET=1
fi
if [[ -x `which acpi` ]]; then
HAS_ACPI=1
fi