diff options
| author | Seth Flynn <[email protected]> | 2021-11-23 02:01:32 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-11-23 02:41:50 -0500 |
| commit | 5c67181386c648ab3996e16616d09556ebe78e0f (patch) | |
| tree | ab8d0256eaa01f971119f1f2c2fb98d1079fbb22 /fish | |
| parent | 30bde38cd3188cbb0bba1768e587b487c76a612a (diff) | |
update configs (again)
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/.config/starship.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/fish/.config/starship.toml b/fish/.config/starship.toml new file mode 100644 index 0000000..9684b9a --- /dev/null +++ b/fish/.config/starship.toml @@ -0,0 +1,19 @@ +add_newline = false + +#[line_break] +#disabled = true + +[username] +disabled = false +show_always = true +style_user = "bold bright-purple" + +[hostname] +#ssh_only = false +style = "bold bright-cyan" + +[cmd_duration] +min_time = 10000 +show_milliseconds = false +disabled = false +style = "bold purple" |
