diff --git a/starship/starship.toml b/starship/starship.toml index 222213b..b822a22 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -80,7 +80,8 @@ format = '[ $user ]($style)' [hostname] style = "bg:color_orange fg:color_fg0" ssh_only = false -format = '[@$ssh_symbol$hostname ]($style)' +ssh_symbol = "🌐" +format = '[@$hostname$ssh_symbol ]($style)' aliases = { "DESKTOP-GD7R6G4" = "Main", "DESKTOP-NDHG1UL" = "LabPC" } [directory]