1# Get editor completions based on the config schema 2"$schema" = 'https://starship.rs/config-schema.json' 3 4# Inserts a blank line between shell prompts 5add_newline = true 6 7# Replace the '❯' symbol in the prompt with '➜' 8[character] # The name of the module we are configuring is 'character' 9success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green' 10error_symbol = '[➜](bold red)' 11 12[username] 13show_always = true 14 15[status] 16disabled = false 17format = '[$symbol $status]($style) ' 18symbol = '✗' 19map_symbol = true 20pipestatus = true 21 22sigint_symbol = '^C' 23not_found_symbol = '?' 24signal_symbol = 'SIG' 25 26[[battery.display]] 27threshold = 100 28style = "bold green" 29 30[time] 31disabled = false 32 33[cmd_duration] 34min_time = 0 35 36[aws] 37symbol = " " 38 39[buf] 40symbol = " " 41 42[c] 43symbol = " " 44 45[conda] 46symbol = " " 47 48[dart] 49symbol = " " 50 51[directory] 52read_only = " 󰌾" 53 54[docker_context] 55symbol = " " 56 57[elixir] 58symbol = " " 59 60[elm] 61symbol = " " 62 63[fossil_branch] 64symbol = " " 65 66[git_branch] 67symbol = " " 68 69[golang] 70symbol = " " 71 72[guix_shell] 73symbol = " " 74 75[haskell] 76symbol = " " 77 78[haxe] 79symbol = "⌘ " 80 81[hg_branch] 82symbol = " " 83 84[hostname] 85ssh_symbol = " " 86ssh_only = false 87 88[java] 89symbol = " " 90 91[julia] 92symbol = " " 93 94[lua] 95symbol = " " 96 97[memory_usage] 98symbol = "󰍛 " 99 100[meson] 101symbol = "󰔷 " 102 103[nim] 104symbol = "󰆥 " 105 106[nix_shell] 107symbol = " " 108 109[nodejs] 110symbol = " " 111 112[os.symbols] 113Alpaquita = " " 114Alpine = " " 115Amazon = " " 116Android = " " 117Arch = " " 118Artix = " " 119CentOS = " " 120Debian = " " 121DragonFly = " " 122Emscripten = " " 123EndeavourOS = " " 124Fedora = " " 125FreeBSD = " " 126Garuda = "󰛓 " 127Gentoo = " " 128HardenedBSD = "󰞌 " 129Illumos = "󰈸 " 130Linux = " " 131Mabox = " " 132Macos = " " 133Manjaro = " " 134Mariner = " " 135MidnightBSD = " " 136Mint = " " 137NetBSD = " " 138NixOS = " " 139OpenBSD = "󰈺 " 140openSUSE = " " 141OracleLinux = "󰌷 " 142Pop = " " 143Raspbian = " " 144Redhat = " " 145RedHatEnterprise = " " 146Redox = "󰀘 " 147Solus = "󰠳 " 148SUSE = " " 149Ubuntu = " " 150Unknown = " " 151Windows = "󰍲 " 152 153[package] 154symbol = "󰏗 " 155 156[pijul_channel] 157symbol = "🪺 " 158 159[python] 160symbol = " " 161 162[rlang] 163symbol = "󰟔 " 164 165[ruby] 166symbol = " " 167 168[rust] 169symbol = " " 170 171[scala] 172symbol = " " 173 174[spack] 175symbol = "🅢 "