I was noticing errors like
Command 'check' not found whenever I start a new bash shell.
I turned out I uncommented a line in .bashrc which starts with check.
I was able to figure it out by setting:
set -x
at the top
I was noticing errors like
Command 'check' not found whenever I start a new bash shell.
I turned out I uncommented a line in .bashrc which starts with check.
I was able to figure it out by setting:
set -x
at the top