From d62bc244382bb8e8ea668ffd1dce0eeda6fa9a83 Mon Sep 17 00:00:00 2001
From: crater2150 <crater@qwertyuiop.de>
Date: Thu, 13 Feb 2020 15:17:21 +0100
Subject: [PATCH] Check for thefuck availability before init

---
 zshrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zshrc b/zshrc
index af4de4d..2bb59a7 100644
--- a/zshrc
+++ b/zshrc
@@ -62,4 +62,4 @@ if exists stack; then
 fi
 
 exists todo && todo
-eval $(thefuck --alias)
+exists thefuck && eval $(thefuck --alias)