diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-26 17:13:57 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-26 17:13:57 +0700 |
| commit | 86c8cfcf481044d7f029c40324b29045918d5d73 (patch) | |
| tree | c1c77cc0097b7b4e8792e90a2c7cd5d7d6983060 /starship/.config | |
| parent | b60d488c905180b56c2884ff58d30ac476783363 (diff) | |
new dotfiles;
foot;
nvim;
Diffstat (limited to 'starship/.config')
| -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" |
