mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
thefuck: reformat error message
This commit is contained in:
parent
5d490ad72c
commit
f4c5e104b0
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
if [[ -z $commands[thefuck] ]]; then
|
||||
echo 'thefuck is not installed, you should "pip install thefuck" or "brew install thefuck" first. See https://github.com/nvbn/thefuck#installation'
|
||||
return -1
|
||||
echo 'thefuck is not installed, you should "pip install thefuck" or "brew install thefuck" first.'
|
||||
echo 'See https://github.com/nvbn/thefuck#installation'
|
||||
return 1
|
||||
fi
|
||||
|
||||
# Register alias
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue