diff options
| author | Seth Flynn <[email protected]> | 2021-11-24 02:02:25 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-04 04:40:17 -0400 |
| commit | 944b6db89ae715d93d0804a6a2358dcab88f1c07 (patch) | |
| tree | 5244d9f5ddf4f8a661e17c184fbadf2e553dbd43 /.config/starship.toml | |
initial bare repo commit
Diffstat (limited to '.config/starship.toml')
| -rw-r--r-- | .config/starship.toml | 33 |
1 files changed, 33 insertions, 0 deletions
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 |
