From ac74db5a8fa69e5d3047b35f70c65b27dc07cfcb Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 21 Jan 2022 16:47:39 -0500 Subject: update shell dotfiles --- .config/starship.toml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to '.config/starship.toml') 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 -- cgit v1.2.3