Skip to content

Commit

Permalink
update starship new
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKowalczyk1984 committed Oct 23, 2020
1 parent 51fb2dd commit e3259a1
Showing 1 changed file with 8 additions and 35 deletions.
43 changes: 8 additions & 35 deletions shells/starship.toml
Original file line number Diff line number Diff line change
@@ -1,48 +1,21 @@
prompt_order = [
"username",
"hostname",
"kubernetes",
"directory",
"git_branch",
"git_state",
"git_status",
"package",
"dotnet",
"golang",
"java",
"nodejs",
"python",
"ruby",
"rust",
"nix_shell",
"memory_usage",
"aws",
"env_var",
"cmd_duration",
"line_break",
"jobs",
"battery",
"time",
"character"
]
[hostname]
ssh_only = true
format = "on [$hostname](bold red) "
trim_at = ".companyname.com"
disabled = false

[username]
show_always = true

[hostname]
disabled = false
[git_status]
conflicted = "🏳"
ahead = "🏎 πŸ’¨"
behind = "😰"
ahead = "🏎 πŸ’¨[${count}](green)"
behind = "😰 ${count}"
diverged = "😡"
untracked = "🀷"
stashed = "πŸ“¦"
modified = "πŸ“"
staged.value = "++"
staged.style = "green"
staged_count.enabled = true
staged_count.style = "green"
staged = '[++\($count\)](green)'
renamed = "πŸ‘…"
deleted = "πŸ—‘"
[git_branch]
Expand Down

0 comments on commit e3259a1

Please sign in to comment.