about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 83028f5..8d1a61a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'