diff options
Diffstat (limited to '.config/starship.toml')
| -rw-r--r-- | .config/starship.toml | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 91ea28c..40f75a1 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,11 +1,7 @@ -add_newline = false - format = """ $username\ $hostname\ -$shlvl\ -$singularity\ -$kubernetes\ +$localip\ $directory\ $vcsh\ $git_branch\ @@ -14,7 +10,8 @@ $git_state\ $git_metrics\ $git_status\ $hg_branch\ -$docker_context\ +$container\ +$env_var\ $sudo\ $cmd_duration\ $line_break\ @@ -24,10 +21,3 @@ $time\ $status\ $shell\ $character""" - -[username] -disabled = false -show_always = true - -[package] -disabled=true |
