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
e04b21fafa
commit
413b9537af
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.
|
||||
|
||||
HERE
|
||||
exit
|
||||
return 1
|
||||
fi
|
||||
else
|
||||
syntax="text" # We're dumb in this mode. So, dumb syntax highlighting!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue