Skip to content

Instantly share code, notes, and snippets.

@paoloumali
Created February 22, 2021 15:39
Show Gist options
  • Save paoloumali/76ef4fd93f27245e5eae12018aa46d9f to your computer and use it in GitHub Desktop.
Save paoloumali/76ef4fd93f27245e5eae12018aa46d9f to your computer and use it in GitHub Desktop.
Debug bash shell errors when started

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment