> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/bash/custom-shell-prompt.md).

# Custom Shell Prompt

`StarShip` is Cross-Shell Prompt!

**Quick Installation**

```bash
curl -fsSL https://starship.rs/install.sh | bash
```

**Adding to Bash**

Add the following to the end of `~/.bashrc`:

```bash
eval "$(starship init bash)"
```

***Source:*** [***StarShip***](https://starship.rs/)
