Configuration files

Refactor starship config

Changed files
+10 -11
.config
+10 -11
.config/starship.toml
··· 1 - # Inserts a blank line between shell prompts 1 + format = """ 2 + $hostname\ 3 + $directory\ 4 + $git_branch\ 5 + $git_state\ 6 + $git_status\ 7 + $custom\ 8 + $cmd_duration\ 9 + $character""" 10 + 2 11 add_newline = true 3 12 4 - [line_break] 5 - disabled = true 6 - 7 13 [character] 8 14 success_symbol = "[➜](bold green)" 9 15 error_symbol = "[➜](bold red)" 10 - 11 - # Disable the package module, hiding it from the prompt completely 12 - [package] 13 - disabled = true 14 - 15 - [rust] 16 - symbol = "🦀 " 17 16 18 17 [nodejs] 19 18 style = "bold green"