I just followed the directions here for installing .NET on my mac (Yosemite 10.10) and now every time I do anything in my terminal I am spammed with this error:
sh: dnvm: line 125: syntax error near unexpected token `<'
sh: dnvm: line 125: ` read versionOrAlias downloadUrl < <(__dnvm_find_latest "$runtime" "$arch" "$os");'
sh: error importing function definition for `dnvm'
sh: dnvm: line 125: syntax error near unexpected token `<'
sh: dnvm: line 125: ` read versionOrAlias downloadUrl < <(__dnvm_find_latest "$runtime" "$arch" "$os");'
sh: error importing function definition for `dnvm'
I've tried searching for solutions, but nothing came up. I even tried uninstalling it so the errors would go away, but I'm having no luck.
Could someone please tell me how to fix this? Thank you.