# Bash

## Bash-completion

### root Umgebung einstellen

*Quelle: [https://askubuntu.com/a/156668](https://askubuntu.com/a/156668)*

In der /root/.bashrc folgendes ans Ende der Datei eintragen:

```/root/.bashrc
if [ -f /etc/bash_completion ]; then
  . /etc/bash_completion
fi
```