Skip to content

Instantly share code, notes, and snippets.

@potatoqualitee
Last active July 10, 2021 08:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save potatoqualitee/e79be731022b5f4c991c819ac5dd6dfe to your computer and use it in GitHub Desktop.
Save potatoqualitee/e79be731022b5f4c991c819ac5dd6dfe to your computer and use it in GitHub Desktop.
$home\.config\starship.toml
add_newline = false
format = "$cmd_duration $directory[❯](fg:#ffffff) "
[cmd_duration]
min_time = 0
format = "\\[[$duration](bold yellow)\\]"
[git_status]
disabled = true
[directory]
format = "[$path](#FF33B8)(fg:#ffffff)"
truncate_to_repo = false
truncation_length = -1
[directory.substitutions]
"~" = "🏠"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment