diff --git a/zsh/checks.zsh b/zsh/checks.zsh deleted file mode 100644 index f7eb010..0000000 --- a/zsh/checks.zsh +++ /dev/null @@ -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 diff --git a/zshrc b/zshrc index b7695c6..25a55ff 100644 --- a/zshrc +++ b/zshrc @@ -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