zsh: remove obsolete checks.zsh
This commit is contained in:
parent
bd33ff52a3
commit
0a2d9d9c6f
2 changed files with 0 additions and 24 deletions
|
|
@ -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
1
zshrc
|
|
@ -2,7 +2,6 @@
|
||||||
source ~/.zsh/keybindings.zsh
|
source ~/.zsh/keybindings.zsh
|
||||||
source ~/.zsh/setopt.zsh
|
source ~/.zsh/setopt.zsh
|
||||||
source ~/.zsh/general.zsh
|
source ~/.zsh/general.zsh
|
||||||
source ~/.zsh/checks.zsh
|
|
||||||
source ~/.zsh/prompt.zsh
|
source ~/.zsh/prompt.zsh
|
||||||
source ~/.zsh/completion.zsh
|
source ~/.zsh/completion.zsh
|
||||||
source ~/.zsh/history.zsh
|
source ~/.zsh/history.zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue