Commit 48e2c828 authored by Henry Bley-Vroman's avatar Henry Bley-Vroman Committed by Marc Cornellà
Browse files

Thefuck: homebrew install documentation and thefuck repo link (#5940)

* Thefuck: homebrew install documentation and thefuck repo link
* thefuck: reformat error message
parent c99844d8
if [[ -z $commands[thefuck] ]]; then 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.'
return -1 echo 'See https://github.com/nvbn/thefuck#installation'
return 1
fi fi
# Register alias # Register alias
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment