# Ethr
Ethereal shell prompts. Practical meets stunning.
## Install
### Download binary
Install via cargo:
```zsh
cargo install ethr
```
### Setup
For zsh (extensively tested):
```zsh
# add to .zshrc
eval "$(ethr init zsh)"
```
For bash:
```bash
eval "$(ethr init bash)"
```
For fish:
```fish
eval "$(ethr init fish)"
```
### Configure (Important)
```
export ETHR_BG="14191f" # terminal bg color, required
export ETHR_SUCCESS="467159" # command success color
export ETHR_FAIL="A04C62" # command success color
```
## Features
### Gradient prompt padding.
### Command status.
### Consistent prompt width.