From 944b6db89ae715d93d0804a6a2358dcab88f1c07 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 24 Nov 2021 02:02:25 -0500 Subject: initial bare repo commit --- .config/starship.toml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/starship.toml (limited to '.config/starship.toml') diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..91ea28c --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,33 @@ +add_newline = false + +format = """ +$username\ +$hostname\ +$shlvl\ +$singularity\ +$kubernetes\ +$directory\ +$vcsh\ +$git_branch\ +$git_commit\ +$git_state\ +$git_metrics\ +$git_status\ +$hg_branch\ +$docker_context\ +$sudo\ +$cmd_duration\ +$line_break\ +$jobs\ +$battery\ +$time\ +$status\ +$shell\ +$character""" + +[username] +disabled = false +show_always = true + +[package] +disabled=true -- cgit v1.2.3