Fix problem with fetch/wget detection

This commit is contained in:
David Morgan 2016-04-15 04:01:46 -04:00
parent ade306101b
commit 84304cf45b
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ alias trunc="colrm 80"
alias pc="${HOME}/bin/pocket-cli.py"
[ -x "$(command -v wget)" ] || alias fetch="wget"
[ ! -x "$(command -v fetch)" -a -x "$(command -v wget)" ] && alias fetch="wget"
[ -f /etc/debian_version ] && alias psearch="apt-cache search"
#alias esv='diatheke -b ESV -k'