Created
June 15, 2023 18:50
-
-
Save ZacharyThompson/8a9ee4f2c576d8e4b233194b79195f79 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
format = '$directory$character' | |
right_format = '$package$git_branch$git_status' | |
add_newline = false | |
[directory] | |
truncation_length=0 | |
truncate_to_repo=false | |
style='bold blue' | |
read_only='' | |
read_only_style='bold red' | |
[character] | |
success_symbol = '[\$](bold green)' | |
error_symbol = '[\$](bold red)' | |
vimcmd_symbol = '[V](bold yellow)' | |
# Disable the package module, hiding it from the prompt completely | |
[package] | |
disabled = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment