From 5d490ad72c1240ae01620312e7a85e753271915b Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Mon, 6 Mar 2017 22:03:17 -0500 Subject: [PATCH] Thefuck: homebrew install documentation and thefuck repo link --- plugins/thefuck/thefuck.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/thefuck/thefuck.plugin.zsh b/plugins/thefuck/thefuck.plugin.zsh index 765e2b9a..5170b5a0 100644 --- a/plugins/thefuck/thefuck.plugin.zsh +++ b/plugins/thefuck/thefuck.plugin.zsh @@ -1,5 +1,5 @@ if [[ -z $commands[thefuck] ]]; then - echo 'thefuck is not installed, you should "pip install thefuck" first' + echo 'thefuck is not installed, you should "pip install thefuck" or "brew install thefuck" first. See https://github.com/nvbn/thefuck#installation' return -1 fi