Ga naar inhoud

Starship PromptΒΆ

Starship is a minimal, blazing-fast, and infinitely customizable prompt for any shell.

Project Homepage: Starship: Cross-Shell Prompt Documentation: Configuration | Starship

InstallationΒΆ

LinuxΒΆ

  1. Install the latest version for your system:
    curl -sS https://starship.rs/install.sh | sh
    
  2. Add the following to the end of ~/.bashrc or ~/.zshrc:
    1
    2
    3
    eval "$(starship init bash)"
    # -- or --
    eval "$(starship init zsh)"