Topic: https://intoli.com/blog/exit-on-errors-in-bash-scripts/
hide preview

What's next? verify your email address for reply notifications!

9GHV3vT8 6y, 87d ago

Hi Evan, which color-scheme do you use for your editor/terminal? I find it quite appealing. Best regards Denis

remark link
hide preview

What's next? verify your email address for reply notifications!

evan 6y, 86d ago

It's called gruvbox, and it's available in both light and dark themes for a variety of editors and terminals. You can find the themes in the separate gruvbox-contrib repository. I use it for all of my coding, and I love it.

remark link parent
hide preview

What's next? verify your email address for reply notifications!

9GHV3vT8 6y, 83d ago

Hi Evan. Thanks for your fast answer, the color scheme is really cool. I should have asked it in the first question, but what is the font style? Thanks in advance.

remark link parent
hide preview

What's next? verify your email address for reply notifications!

evan 6y, 83d ago

We just use the default code font from bootstrap 3.3.7 here.

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

I use Hack for my own coding; it's definitely worth checking out if you haven't seen it. There's also a patched version with powerline unicode symbols that are used in various editors (see airline, powerline).

remark link parent

load more (1 remarks)
hide preview

What's next? verify your email address for reply notifications!

unverified 5y, 270d ago

Hi Evan, the "exit_on_error $? !!" call is always show even if the command is valid. Is there any way to omit that? Or is it something related to the set -o history option?

remark link
hide preview

What's next? verify your email address for reply notifications!

unverified 5y, 64d ago

Thanks it was really usefull!

hide preview

What's next? verify your email address for reply notifications!