starship.toml (2484B)
1 format = """\ 2 $username\ 3 $directory\ 4 $package\ 5 $git_branch\ 6 $git_commit\ 7 $git_state\ 8 $git_status\ 9 $fill\ 10 $cmd_duration\ 11 [ in](bright white)\ 12 $env_var\ 13 $shell\ 14 $battery\ 15 $time\ 16 $line_break\ 17 $jobs\ 18 $character\ 19 """ 20 21 right_format = """\ 22 - 23 24 $status\ 25 $memory_usage\ 26 """ 27 28 [directory] 29 truncate_to_repo = true 30 read_only = " " 31 truncation_symbol = "…/" 32 33 [package] 34 symbol = " " 35 36 [git_branch] 37 style = 'italic purple' 38 symbol = " " 39 40 [git_commit] 41 style = "bold white" 42 tag_symbol = "笠 " 43 tag_disabled = false 44 45 [git_status] 46 conflicted = "= " 47 ahead = "⇡×${count} " 48 behind = "⇣×${count} " 49 diverged = "${ahead_count}×⇕×${behind_count} " 50 untracked = "?×${count} " 51 stashed = "\\$×${count} " 52 modified = "!×${count} " 53 staged = "+×${count} " 54 renamed = "»×${count} " 55 deleted = "✘×${count} " 56 57 [fill] 58 symbol = " " 59 60 [cmd_duration] 61 format = " took [$duration]($style)" 62 show_notifications = true 63 min_time_to_notify = 60_000 64 65 [env_var.WSL_DISTRO_NAME] 66 format = " [$env_value]($style)" 67 style = "underline purple" 68 69 [env_var.MSYSTEM] 70 format = " [$env_value]($style)" 71 style = "underline purple" 72 73 [shell] 74 format = " \\[[$indicator]($style)\\] at" 75 powershell_indicator = "pwsh" 76 style = "bold blue" 77 disabled = false 78 79 [battery] 80 full_symbol = "•" 81 discharging_symbol = "" 82 charging_symbol = "" 83 unknown_symbol = "!" 84 format = " [$symbol$percentage]($style)" 85 86 [[battery.display]] 87 threshold = 20 88 style = "italic red" 89 90 [[battery.display]] 91 threshold = 80 92 style = "italic green" 93 94 [[battery.display]] 95 threshold = 100 96 style = "italic yellow" 97 98 [time] 99 disabled = false 100 format = " [$time]($style)" 101 style = "italic cyan" 102 103 [status] 104 disabled = false 105 format = "[$symbol$status]($style)" 106 symbol = "✕ " 107 108 [memory_usage] 109 format = " $symbol[${ram}]($style)" 110 threshold = -1 111 symbol = " " 112 disabled = false 113 114 [aws] 115 symbol = " " 116 117 [dart] 118 symbol = " " 119 120 [docker_context] 121 symbol = " " 122 123 [elixir] 124 symbol = " " 125 126 [elm] 127 symbol = " " 128 129 [golang] 130 symbol = " " 131 132 # [haskell] 133 # symbol = " " 134 135 [hg_branch] 136 symbol = " " 137 138 [java] 139 symbol = " " 140 141 [julia] 142 symbol = " " 143 144 [nim] 145 symbol = " " 146 147 [nix_shell] 148 symbol = " " 149 150 [nodejs] 151 symbol = " " 152 153 [perl] 154 symbol = " " 155 156 [php] 157 symbol = " " 158 159 [python] 160 symbol = " " 161 162 [ruby] 163 symbol = " " 164 165 [rust] 166 symbol = " " 167 168 [swift] 169 symbol = "ﯣ "