Created
November 15, 2025 11:44
-
-
Save mortymacs/7f7f5ed7998c38e40bda2a590347cfc7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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