Skip to content

Instantly share code, notes, and snippets.

@mortymacs
Created November 15, 2025 11:44
Show Gist options
  • Select an option

  • Save mortymacs/7f7f5ed7998c38e40bda2a590347cfc7 to your computer and use it in GitHub Desktop.

Select an option

Save mortymacs/7f7f5ed7998c38e40bda2a590347cfc7 to your computer and use it in GitHub Desktop.
add_newline = false
format = "$sudo$username$directory$git_branch$git_commit$git_state$nix_shell$status$cmd_duration$python$character"
[character]
error_symbol = "[ ](red)"
success_symbol = "[ ](purple)"
vimcmd_replace_one_symbol = "[ ](orange})"
vimcmd_replace_symbol = "[ ](organge)"
vimcmd_symbol = "[ ](green)"
vimcmd_visual_symbol = "[ ](#c77dff)"
[cmd_duration]
format = " [󰦖 $duration]($style)"
style = "fg:#a3b18a"
[directory]
format = "[ $path]($style)"
style = "fg:#EB5E55"
truncation_length = 3
truncation_symbol = ".../"
[git_branch]
format = "[ $symbol $branch]($style)"
style = "fg:#c77dff"
symbol = ""
[git_commit]
format = "[ $hash$tag]($style)"
style = "fg:#c77dff"
tag_disabled = false
tag_symbol = " 󰓼 "
[git_state]
format = "[ $state($progress_current/$progress_total)]($style)"
style = "fg:#c77dff"
[nix_shell]
disabled = false
format = "[ $symbol]($style)"
style = "fg:#48cae4"
symbol = ""
[python]
detect_extensions = []
detect_files = []
format = "[  $virtualenv]($style)"
[status]
disabled = false
format = "[ $status]($style)"
style = "bold fg:#ff006e"
[sudo]
disabled = false
format = "[$symbol ]($style)"
style = "fg:#D81E5B"
symbol = "󰯄"
[username]
format = "[$user]($style)"
show_always = true
style_root = "fg:#D81E5B"
style_user = "fg:#D81E5B"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment