Skip to content

Instantly share code, notes, and snippets.

@Dietr1ch
Created November 6, 2020 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dietr1ch/cd2130ef61e9b533ff3d13c8ea2bc70f to your computer and use it in GitHub Desktop.
Save Dietr1ch/cd2130ef61e9b533ff3d13c8ea2bc70f to your computer and use it in GitHub Desktop.
Starship config
add_newline = true
format = "$jobs$battery$time$cmd_duration$line_break$username$hostname$directory$git_branch$git_commit$git_state$git_status$hg_branch$package$golang$haskell$python$ruby$rust$terraform$nix_shell$memory_usage$character\n\n"
[aws]
disabled = false
[character]
symbol = "❯\n"
[cmd_duration]
format = " ⏳[$duration]($style)"
min_time = 500
min_time_to_notify = 5000
show_milliseconds = true
show_notifications = true
[conda]
disabled = false
[crystal]
disabled = false
[directory]
fish_style_pwd_dir_length = 1
truncation_length = 4
[dotnet]
disabled = false
[elixir]
disabled = false
[elm]
disabled = false
[erlang]
disabled = false
[git_branch]
format = "[$symbol $branch]($style) "
symbol = ""
[java]
disabled = false
[julia]
disabled = false
[nodejs]
disabled = false
[php]
disabled = false
[time]
disabled = false
format = "[$time]($style)"
time_format = "%F %a 🕙 %T "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment