Skip to content

Instantly share code, notes, and snippets.

@trey
Last active December 14, 2021 12:41
Show Gist options
  • Save trey/9be3d36c1da3fd236a1fc3466642c257 to your computer and use it in GitHub Desktop.
Save trey/9be3d36c1da3fd236a1fc3466642c257 to your computer and use it in GitHub Desktop.

Revisions

  1. trey revised this gist Dec 14, 2021. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions starship.toml
    Original file line number Diff line number Diff line change
    @@ -21,3 +21,6 @@ format = "[$symbol($version )]($style)"
    [python]
    # Remove the default `via` before the version name.
    format = "[$symbol($version )]($style)"

    [package]
    disabled = true
  2. trey revised this gist Dec 14, 2021. 1 changed file with 12 additions and 0 deletions.
    12 changes: 12 additions & 0 deletions starship.toml
    Original file line number Diff line number Diff line change
    @@ -9,3 +9,15 @@ disabled = true
    [git_branch]
    # Remove the default `on` before the branch name.
    format = "[$symbol$branch]($style) "

    [docker_context]
    disabled = true

    [nodejs]
    symbol = ""
    # Remove the default `via` before the version name.
    format = "[$symbol($version )]($style)"

    [python]
    # Remove the default `via` before the version name.
    format = "[$symbol($version )]($style)"
  3. trey created this gist Dec 14, 2021.
    11 changes: 11 additions & 0 deletions starship.toml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    # https://starship.rs/config/
    # I live in `~/.config/starship.toml`.

    add_newline = false

    [line_break]
    disabled = true

    [git_branch]
    # Remove the default `on` before the branch name.
    format = "[$symbol$branch]($style) "