mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Thefuck: homebrew install documentation and thefuck repo link
This commit is contained in:
parent
b908feebcf
commit
5d490ad72c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
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. See https://github.com/nvbn/thefuck#installation'
|
||||||
return -1
|
return -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue