Not sure if here or pixie is the correct place for this. Two issues:
- Exiting using Ctrl-D doesn't actually exit, but just prints out a new prompt
- The exit function should at least be multivalent to default to exit status of 0, even better would be if dust recognized the keyword "exit" and just exited when it saw that, without having to call the pixie (exit 0) function.
Not sure if here or pixie is the correct place for this. Two issues: