🚀 Starship

The minimal, blazing-fast, and infinitely customizable prompt for any shell!

starship.png-NeizI0V6LbaM18z-md
https://starship.rs/

Example ~/.config/starship.toml, where zsh is providing directory in right-aligned position already.

Simpler config ↓

In ~/.config/starship.toml

[line_break]
disabled = false

[cmd_duration]
min_time = 10000

[aws]
disabled = true

[git_status]
disabled = true

https://starship.rs/config/#git-status

In .zshrc

# starship
eval "$(starship init zsh)"
RPROMPT="" # disable zsh right prompt