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

1
zshrc
View file

@ -2,7 +2,6 @@
source ~/.zsh/keybindings.zsh
source ~/.zsh/setopt.zsh
source ~/.zsh/general.zsh
source ~/.zsh/checks.zsh
source ~/.zsh/prompt.zsh
source ~/.zsh/completion.zsh
source ~/.zsh/history.zsh