### Autocompletion

Add following lines to ~/.bashrc if your using bash:
```
eval "devtui completion bash"
```
In case of of zsh add this to ~/.zshrc:
```
eval "devtui completion zsh"
```

In case of of fish shell add this to ~/.config/fish/config.fish:
```
eval "devtui completion fish"
```
