Created
January 27, 2021 23:00
-
-
Save snichme/9ad409492dafe4c4feefd03d1b21cf41 to your computer and use it in GitHub Desktop.
Starship 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
add_newline = false | |
format = """[$directory]()\ | |
$git_branch$git_commit$git_state$git_status$status$character""" | |
[directory] | |
# truncate_to_repo = false | |
# truncation_length = 8 | |
fish_style_pwd_dir_length = 1 | |
# [directory.substitutions] | |
# "~/workspace/84codes" = "84" | |
[rust] | |
format = "[$version]($style) " | |
[ruby] | |
format = "[$version]($style) " | |
[golang] | |
format = "[$version]($style) " | |
[crystal] | |
format = "[$version]($style) " | |
[git_branch] | |
format = "[$branch]($style)" | |
[git_status] | |
format = "[$modified](green)[$untracked](green)[$staged](yellow)[$conflicted](red) " | |
untracked = "*" | |
modified = "*" | |
staged = "*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hehe, I see. 😂 I am still using bash... Have never tested
zsh
, but I know some people like it.