fix
This commit is contained in:
241
starship.toml
241
starship.toml
@ -1,99 +1,166 @@
|
|||||||
# Don't print a new line at the start of the prompt
|
|
||||||
add_newline = false
|
add_newline = false
|
||||||
# Pipes ╰─ ╭─
|
|
||||||
# Powerline symbols
|
|
||||||
# Wedges 🭧🭒 🭣🭧🭓
|
|
||||||
# Random noise 🬖🬥🬔🬗
|
|
||||||
|
|
||||||
# format = """
|
[aws]
|
||||||
# $cmd_duration$username$hostname $directory $git_branch
|
symbol = " "
|
||||||
# $character
|
|
||||||
# """
|
|
||||||
format = """
|
|
||||||
$cmd_duration$directory $git_branch
|
|
||||||
$character
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Replace the "❯" symbol in the prompt with "➜"
|
[buf]
|
||||||
[character] # The name of the module we are configuring is "character"
|
symbol = " "
|
||||||
success_symbol = "[• ](bold fg:green) "
|
|
||||||
error_symbol = "[• ](bold fg:red) "
|
|
||||||
|
|
||||||
# Disable the package module, hiding it from the prompt completely
|
[c]
|
||||||
[package]
|
symbol = " "
|
||||||
disabled = true
|
|
||||||
|
|
||||||
[git_branch]
|
[conda]
|
||||||
style = "bg: green"
|
symbol = " "
|
||||||
symbol = ""
|
|
||||||
truncation_length = 4
|
|
||||||
truncation_symbol = ""
|
|
||||||
format = "• [](bold fg:green)[$symbol $branch(:$remote_branch)](fg:black bg:green)[ ](bold fg:green)"
|
|
||||||
|
|
||||||
[git_commit]
|
[crystal]
|
||||||
commit_hash_length = 4
|
symbol = " "
|
||||||
tag_symbol = " "
|
|
||||||
|
|
||||||
[git_state]
|
[dart]
|
||||||
format = '[\($state( $progress_current of $progress_total)\)]($style) '
|
symbol = " "
|
||||||
cherry_pick = "[🍒 PICKING](bold red)"
|
|
||||||
|
|
||||||
[git_status]
|
|
||||||
conflicted = " 🏳 "
|
|
||||||
ahead = " 🏎💨 "
|
|
||||||
behind = " 😰 "
|
|
||||||
diverged = " 😵 "
|
|
||||||
untracked = " 🤷 "
|
|
||||||
stashed = " 📦 "
|
|
||||||
modified = " 📝 "
|
|
||||||
staged = '[++\($count\)](green)'
|
|
||||||
renamed = " ✍️ "
|
|
||||||
deleted = " 🗑 "
|
|
||||||
|
|
||||||
[hostname]
|
|
||||||
ssh_only = false
|
|
||||||
format = "[•$hostname](bg:cyan bold fg:black)[](bold fg:cyan )"
|
|
||||||
trim_at = ".companyname.com"
|
|
||||||
disabled = false
|
|
||||||
|
|
||||||
[line_break]
|
|
||||||
disabled = false
|
|
||||||
|
|
||||||
[memory_usage]
|
|
||||||
disabled = true
|
|
||||||
threshold = -1
|
|
||||||
symbol = " "
|
|
||||||
style = "bold dimmed green"
|
|
||||||
|
|
||||||
[time]
|
|
||||||
disabled = true
|
|
||||||
format = '🕙[\[ $time \]]($style) '
|
|
||||||
time_format = "%T"
|
|
||||||
|
|
||||||
[username]
|
|
||||||
style_user = "bold bg:cyan fg:black"
|
|
||||||
style_root = "red bold"
|
|
||||||
format = "[](bold fg:cyan)[$user]($style)"
|
|
||||||
disabled = false
|
|
||||||
show_always = true
|
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
home_symbol = " "
|
read_only = " "
|
||||||
read_only = " "
|
|
||||||
style = "bg:green fg:black"
|
|
||||||
truncation_length = 6
|
|
||||||
truncation_symbol = "••/"
|
|
||||||
format = '[](bold fg:green)[$path ]($style)[](bold fg:green)'
|
|
||||||
|
|
||||||
|
[docker_context]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
[directory.substitutions]
|
[elixir]
|
||||||
"Desktop" = " "
|
symbol = " "
|
||||||
"Documents" = " "
|
|
||||||
"Downloads" = " "
|
|
||||||
"Music" = " "
|
|
||||||
"Pictures" = " "
|
|
||||||
"Videos" = " "
|
|
||||||
|
|
||||||
[cmd_duration]
|
[elm]
|
||||||
min_time = 0
|
symbol = " "
|
||||||
format = '[](bold fg:yellow)[ $duration](bold bg:yellow fg:black)[](bold fg:yellow) •• '
|
|
||||||
|
[fennel]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[fossil_branch]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[git_branch]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[golang]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[guix_shell]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[haskell]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[haxe]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[hg_branch]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[hostname]
|
||||||
|
ssh_symbol = " "
|
||||||
|
|
||||||
|
[java]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[julia]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[kotlin]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[lua]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[memory_usage]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[meson]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[nim]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[nix_shell]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[nodejs]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[ocaml]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[os.symbols]
|
||||||
|
Alpaquita = " "
|
||||||
|
Alpine = " "
|
||||||
|
AlmaLinux = " "
|
||||||
|
Amazon = " "
|
||||||
|
Android = " "
|
||||||
|
Arch = " "
|
||||||
|
Artix = " "
|
||||||
|
CentOS = " "
|
||||||
|
Debian = " "
|
||||||
|
DragonFly = " "
|
||||||
|
Emscripten = " "
|
||||||
|
EndeavourOS = " "
|
||||||
|
Fedora = " "
|
||||||
|
FreeBSD = " "
|
||||||
|
Garuda = " "
|
||||||
|
Gentoo = " "
|
||||||
|
HardenedBSD = " "
|
||||||
|
Illumos = " "
|
||||||
|
Kali = " "
|
||||||
|
Linux = " "
|
||||||
|
Mabox = " "
|
||||||
|
Macos = " "
|
||||||
|
Manjaro = " "
|
||||||
|
Mariner = " "
|
||||||
|
MidnightBSD = " "
|
||||||
|
Mint = " "
|
||||||
|
NetBSD = " "
|
||||||
|
NixOS = " "
|
||||||
|
OpenBSD = " "
|
||||||
|
openSUSE = " "
|
||||||
|
OracleLinux = " "
|
||||||
|
Pop = " "
|
||||||
|
Raspbian = " "
|
||||||
|
Redhat = " "
|
||||||
|
RedHatEnterprise = " "
|
||||||
|
RockyLinux = " "
|
||||||
|
Redox = " "
|
||||||
|
Solus = " "
|
||||||
|
SUSE = " "
|
||||||
|
Ubuntu = " "
|
||||||
|
Unknown = " "
|
||||||
|
Void = " "
|
||||||
|
Windows = " "
|
||||||
|
|
||||||
|
[package]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[perl]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[php]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[pijul_channel]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[python]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[rlang]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[ruby]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[rust]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[scala]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[swift]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[zig]
|
||||||
|
symbol = " "
|
||||||
|
Reference in New Issue
Block a user