Created
April 23, 2021 00:24
-
-
Save craigderington/61e912484e4c32598cdc200fc3f247fb 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
# ~/.config/starship.toml | |
add_newline = false | |
[line_break] | |
disabled = true | |
[username] | |
format = "[$user]($style)" | |
style_user = "bold bright blue" | |
show_always = true | |
disabled = false | |
[character] | |
success_symbol = "[❯❯](bold green)" | |
error_symbol = "[❯❯](bold red)" | |
[hostname] | |
ssh_only = false | |
format = "@[$hostname:](bold blue)" | |
[package] | |
disabled = true | |
[git] | |
disabled = true | |
[aws] | |
disabled = true | |
[directory] | |
format = "[$path]($style)[$read_only]($read_only_style) " | |
truncation_length = 3 | |
truncate_to_repo = false | |
truncation_symbol = "~" | |
[python] | |
format = "[$symbol$version]($style) " | |
style = "bold green" | |
[rust] | |
format = "[$symbol$version]($style) " | |
style = "bold green" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment