Usability improvements
- Starship removed unused modules from prompt - Added aliases
This commit is contained in:
@@ -1,29 +1,18 @@
|
||||
format = """
|
||||
$username\
|
||||
$directory\
|
||||
$vcsh\
|
||||
$fossil_branch\
|
||||
$fossil_metrics\
|
||||
$git_branch\
|
||||
$git_commit\
|
||||
$git_state\
|
||||
$git_metrics\
|
||||
$git_status\
|
||||
$hg_branch\
|
||||
$pijul_channel\
|
||||
$package\
|
||||
$bun\
|
||||
$c\
|
||||
$cmake\
|
||||
$cobol\
|
||||
$daml\
|
||||
$dart\
|
||||
$deno\
|
||||
$dotnet\
|
||||
$elixir\
|
||||
$elm\
|
||||
$erlang\
|
||||
$fennel\
|
||||
$gleam\
|
||||
$golang\
|
||||
$gradle\
|
||||
@@ -31,31 +20,18 @@ $haskell\
|
||||
$haxe\
|
||||
$helm\
|
||||
$java\
|
||||
$julia\
|
||||
$kotlin\
|
||||
$lua\
|
||||
$nim\
|
||||
$nodejs\
|
||||
$ocaml\
|
||||
$odin\
|
||||
$opa\
|
||||
$perl\
|
||||
$php\
|
||||
$pulumi\
|
||||
$purescript\
|
||||
$python\
|
||||
$quarto\
|
||||
$raku\
|
||||
$rlang\
|
||||
$red\
|
||||
$ruby\
|
||||
$rust\
|
||||
$scala\
|
||||
$solidity\
|
||||
$swift\
|
||||
$terraform\
|
||||
$typst\
|
||||
$vlang\
|
||||
$vagrant\
|
||||
$zig\
|
||||
$docker_context\
|
||||
@@ -66,16 +42,14 @@ $conda\
|
||||
$meson\
|
||||
$spack\
|
||||
$memory_usage\
|
||||
$crystal\
|
||||
$direnv\
|
||||
$env_var\
|
||||
$singularity\
|
||||
$custom\
|
||||
$sudo\
|
||||
$cmd_duration\
|
||||
$line_break\
|
||||
$username\
|
||||
$jobs\
|
||||
$battery\
|
||||
$time\
|
||||
$status\
|
||||
$container\
|
||||
@@ -212,7 +186,7 @@ crust = "#11111b"
|
||||
|
||||
[character]
|
||||
# Note the use of Catppuccin color 'maroon'
|
||||
success_symbol = "[[♥](green) ❯](maroon)"
|
||||
success_symbol = "[[♥](peach) ❯](maroon)"
|
||||
error_symbol = "[❯](red)"
|
||||
vimcmd_symbol = "[❮](green)"
|
||||
|
||||
@@ -403,5 +377,9 @@ symbol = " "
|
||||
[swift]
|
||||
symbol = " "
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
format = "[$user]($style) on "
|
||||
|
||||
[zig]
|
||||
symbol = " "
|
||||
|
||||
Reference in New Issue
Block a user