I am getting this one when I open a terminal session:
sh: error importing function definition for `read.json'
sh: error importing function definition for `ts-project'
sh doesn't like these functions because they look like:
read.json(){
::
}
and
ts-project(){
::
{
the real question is - why is sh touching/interpreting these files? I am on MacOS and seen this before, it's such a mystery. I would think only bash would be loading these files.