# HG changeset patch
# User Augie Fackler <raf@durin42.com>
# Date 1593624993 14400
# Node ID 26caf7bf88059dc7a733323b3036691ead987604
# Parent  4b2472372fad2f84765af73d120d13c314c7a279
mcfly: fix to correctly no-op when mcfly is absent

diff --git a/.shell.d/99.mcfly.zsh b/.shell.d/99.mcfly.zsh
--- a/.shell.d/99.mcfly.zsh
+++ b/.shell.d/99.mcfly.zsh
@@ -5,7 +5,7 @@
 
 # Make sure mcfly is installed
 if ! which mcfly > /dev/null ; then
-    echo nope
+    return 0
 fi
 
 # Avoid loading this file more than once