micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

Error message when $EDITOR is not defined in Fedora #23

Closed micha closed 13 years ago

micha commented 13 years ago

If I start up resty when "$EDITOR" is unset, I get the following back on Fedora 15:

which: no in (my_shell_path)

If I do "export EDITOR=/bin/myeditor", this goes away.