Created
April 27, 2022 22:48
-
-
Save altercation/b11cee7cccd170502117a4c1669f8118 to your computer and use it in GitHub Desktop.
Starship Prompt TOML config
This file contains 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
[username] | |
style_user = "yellow" | |
style_root = "red bold" | |
format = "[$user]($style)" | |
disabled = false | |
show_always = true | |
[hostname] | |
ssh_only = false | |
format = "[@](white)[$hostname](bold blue)" | |
trim_at = "." | |
disabled = false | |
[directory] | |
style = "cyan" | |
format = "[ $path ]($style)" | |
truncation_length = 10 | |
truncation_symbol = "…/" | |
read_only = " " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment