# Bash



# How to use correctly error-handling

```shell
set -euo pipefail
```

[![](https://biblio.pijiw.ca/uploads/images/gallery/2021-09/scaled-1680-/VDA2l1fVTZofM0jM-image-1631722352300.png)](https://biblio.pijiw.ca/uploads/images/gallery/2021-09/VDA2l1fVTZofM0jM-image-1631722352300.png)

# Bash profile

# Bash profile customization


<https://github.com/ohmybash/oh-my-bash>

Run this :  
`bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"`