From 83da784451119794e8becbb58e3c9e93b443e9a7 Mon Sep 17 00:00:00 2001 From: Joe Lillibridge Date: Wed, 30 Oct 2024 11:48:59 -0500 Subject: [PATCH] wip --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b783d0d..a83995c 100644 --- a/.zshrc +++ b/.zshrc @@ -89,4 +89,4 @@ if [ $TERMINAL_IS_ITERM2 -eq 0 ]; then fi eval "$(zoxide init --cmd j zsh)" -eval $(thefuck --alias) +[[ "$(command -v thefuck)" ]] && eval $(thefuck --alias)