mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Sprunge should call return, not exit on failure now. Otherwise it kills the shell... doh.
This commit is contained in:
parent
45c698c099
commit
bb90815dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ description, it will NOT generate an error, but will instead treat it as
|
||||||
a text string and upload it.
|
a text string and upload it.
|
||||||
|
|
||||||
HERE
|
HERE
|
||||||
exit
|
return 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
syntax="text" # We're dumb in this mode. So, dumb syntax highlighting!
|
syntax="text" # We're dumb in this mode. So, dumb syntax highlighting!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue