Skip to content

Instantly share code, notes, and snippets.

@barrd
Last active July 20, 2022 10:28
Show Gist options
  • Save barrd/c9984f32a8e953b5693214de3307dffa to your computer and use it in GitHub Desktop.
Save barrd/c9984f32a8e953b5693214de3307dffa to your computer and use it in GitHub Desktop.
Personal config for starship prompt
[character]
success_symbol = "[➜](bold green) "
error_symbol = "[➜](bold red) "
format = "$character$all"
[cmd_duration]
disabled = true
[directory]
truncation_symbol = "…/"
[git_branch]
truncation_length = 36
truncation_symbol = "…"
[nodejs]
disabled = true
[package]
disabled = true
[ruby]
disabled = true
[rust]
disabled = true
[php]
format = "PHP:[$version](purple bold) "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment