🚀 Starship
16. 9. 2023The minimal, blazing-fast, and infinitely customizable prompt for any shell!
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