Skip to content

Instantly share code, notes, and snippets.

@FScoward
Created July 4, 2023 07:35
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 FScoward/a5cbfd8b023e1e9ae485e83775d1202b to your computer and use it in GitHub Desktop.
Save FScoward/a5cbfd8b023e1e9ae485e83775d1202b to your computer and use it in GitHub Desktop.
add_newline = false
[character]
success_symbol = "[😍 ](bold green) "
error_symbol = "[😡 ](bold red) "
[[battery.display]]
threshold = 10
style = "bold red"
[battery]
full_symbol = "πŸ”‹ "
charging_symbol = "⚑️ "
discharging_symbol = "πŸ’€ "
[git_status]
conflicted = "🏳"
ahead = "πŸŽπŸ’¨"
behind = "😰"
diverged = "😡"
up_to_date = "βœ“"
untracked = "πŸ€·β€"
stashed = "πŸ“¦"
modified = "πŸ“"
staged = '[++\($count\)](green)'
renamed = "πŸ‘…"
deleted = "πŸ—‘"
[time]
disabled = false
format = 'πŸ•™ [\[ $time \]]($style) '
time_format = "%F %T"
[username]
style_user = "white bold"
style_root = "black bold"
format = "user: [$user]($style) "
disabled = false
show_always = true
[memory_usage]
disabled = false
threshold = -1
symbol = " "
style = "bold dimmed green"
[shell]
fish_indicator = ""
powershell_indicator = "ο‘ _"
unknown_indicator = "mystery shell"
disabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment