When running a simple `echo` command, it splits the command on echo and fox, as seen below:  I believe this is an issue with the `split_on_pipes` command, and the regex that is being used inside it, but I'm not sure how to fix it.
When running a simple
echocommand, it splits the command on echo and fox, as seen below:I believe this is an issue with the
split_on_pipescommand, and the regex that is being used inside it, but I'm not sure how to fix it.