diff --git a/.zshrc b/.zshrc index 6110900..b743d91 100644 --- a/.zshrc +++ b/.zshrc @@ -6,7 +6,9 @@ for file in $HOME/.config/zsh/*.zsh; do source $file done -eval $(thefuck --alias) +if which thefuck &> /dev/null; then + eval $(thefuck --alias) +fi setopt INC_APPEND_HISTORY_TIME