# aliases

An `aliases` module define a set of aliases closely related with each other.
To activate an `aliases` module, add the name of the module in the `aliases`
array in your `~/.bashrc`:

```bash
aliases=(... <ALIASES_NAME>)
```

where `<ALIASES_NAME>` should be related by the name of the module to activate.

## List of aliases modules

See the respective pages for details.

- `chmod`
- [`debian`](debian.aliases.md)
- [`docker`](docker.aliases.md)
- [`general`](general.aliases.md)
- `ls`
- `misc`
- [`package-manager`](package-manager.aliases.md)
- [`terraform`](terraform.aliases.md)
- [`cargo`](cargo.aliases.md)
