• If you find yourself reaching for this feature it probably means your Bash script has reached the level of complexity where you should absolutely not be using Bash. Use a real programming language instead.

  • You can write true instead of : and it will look better, true is an actual command.