diff options
Diffstat (limited to 'starship')
| -rw-r--r-- | starship/.config/starship.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index e33ccb4..ba7d768 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,7 +1,7 @@ palette = "noctalia" add_newline = true command_timeout = 200 -format = "$username [$directory$git_branch$git_status]($style)$character" +format = "$username$hostname [$directory$git_branch$git_status]($style)$character" [username] show_always = true @@ -9,6 +9,7 @@ format = "[$user]($style)" style_user = "bold #8C00FF" [hostname] +disabled = false ssh_only = false format = "[@$hostname]($style) " style = "bold #8C00FF" |
