diff options
Diffstat (limited to 'starship')
| -rw-r--r-- | starship/.config/starship.toml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index f522ffe..744befb 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,13 +1,16 @@ add_newline = false -[directory] -format = "in [$path]($style)[$read_only]($read_only_style) " - -[hostname] -ssh_only = false -format = "@[$hostname](bold purple) " +[line_break] +disabled = true [username] +disabled = false show_always = true -format = "[$user]($style)" +[hostname] +ssh_only = false + +[cmd_duration] +min_time = 10000 +show_milliseconds = false +disabled = false |
