From 86c8cfcf481044d7f029c40324b29045918d5d73 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sun, 26 Jul 2026 17:13:57 +0700 Subject: new dotfiles; foot; nvim; --- starship/.config/starship.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'starship') 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" -- cgit v1.2.3