Ethereal shell prompts for zsh, bash, and fish. Practical meets stunning.
Install via cargo:
cargo install ethrFor zsh (extensively tested):
# add to .zshrc
eval "$(ethr init zsh)"For bash:
eval "$(ethr init bash)"For fish:
eval "$(ethr init fish)"export ETHR_BG="14191f" # terminal bg color, required
export ETHR_SUCCESS="467159" # command success color
export ETHR_FAIL="A04C62" # command failure color
This feature is not available in bash.