mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
fix(zsh/prompt): ensure correct ordering of components in right prompt
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# jimeh's Starship Config
|
# jimeh's Starship Config
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Version: 0.1.0
|
# Version: 0.1.1
|
||||||
# URL: https://github.com/jimeh/dotfiles/blob/main/config/starship.toml
|
# URL: https://github.com/jimeh/dotfiles/blob/main/config/starship.toml
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# This is minimalistic Starship (https://starship.rs/) prompt setup with most
|
# This is minimalistic Starship (https://starship.rs/) prompt setup with most
|
||||||
@@ -22,7 +22,61 @@ $git_status\
|
|||||||
$hg_branch\
|
$hg_branch\
|
||||||
$line_break\
|
$line_break\
|
||||||
$character"""
|
$character"""
|
||||||
right_format = """$all"""
|
right_format = """
|
||||||
|
$all\
|
||||||
|
$cmake\
|
||||||
|
$cobol\
|
||||||
|
$crystal\
|
||||||
|
$dart\
|
||||||
|
$deno\
|
||||||
|
$dotnet\
|
||||||
|
$elixir\
|
||||||
|
$elm\
|
||||||
|
$erlang\
|
||||||
|
$golang\
|
||||||
|
$java\
|
||||||
|
$julia\
|
||||||
|
$kotlin\
|
||||||
|
$lua\
|
||||||
|
$nim\
|
||||||
|
$nodejs\
|
||||||
|
$ocaml\
|
||||||
|
$perl\
|
||||||
|
$php\
|
||||||
|
$pulumi\
|
||||||
|
$purescript\
|
||||||
|
$python\
|
||||||
|
$red\
|
||||||
|
$rlang\
|
||||||
|
$ruby\
|
||||||
|
$rust\
|
||||||
|
$scala\
|
||||||
|
$swift\
|
||||||
|
$vlang\
|
||||||
|
$zig\
|
||||||
|
$aws\
|
||||||
|
$azure\
|
||||||
|
$conda\
|
||||||
|
$docker_context\
|
||||||
|
$gcloud\
|
||||||
|
$helm\
|
||||||
|
$kubernetes\
|
||||||
|
$nix_shell\
|
||||||
|
$openstack\
|
||||||
|
$package\
|
||||||
|
$singularity\
|
||||||
|
$terraform\
|
||||||
|
$vagrant\
|
||||||
|
$vcsh\
|
||||||
|
$shlvl\
|
||||||
|
$cmd_duration\
|
||||||
|
$status\
|
||||||
|
$jobs\
|
||||||
|
$shell\
|
||||||
|
$sudo\
|
||||||
|
$battery\
|
||||||
|
$memory_usage\
|
||||||
|
$time"""
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Main left prompt components
|
# Main left prompt components
|
||||||
|
|||||||
Reference in New Issue
Block a user