diff options
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" |
