My personal dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

Include hostname in Starship prompt

Juan Luis Cano Rodríguez (Jul 16, 2026, 11:19 AM +0200) 8c800c3f 679c4e8e

+5
+5
starship/config.toml
··· 6 6 [](color_orange)\ 7 7 $os\ 8 8 $username\ 9 + $hostname\ 9 10 $custom\ 10 11 $directory\ 11 12 [](fg:color_yellow bg:color_aqua)\ ··· 84 85 style_user = "bg:color_orange fg:color_fg0" 85 86 style_root = "bg:color_orange fg:color_fg0" 86 87 format = '[ $user ]($style)' 88 + 89 + [hostname] 90 + style = "bg:color_orange fg:color_fg0" 91 + format = "[@ $hostname ]($style)" 87 92 88 93 [directory] 89 94 style = "fg:color_fg0 bg:color_yellow"