diff --git a/dot_config/starship.toml b/dot_config/starship.toml index fc4f1bc..a03b224 100644 --- a/dot_config/starship.toml +++ b/dot_config/starship.toml @@ -5,6 +5,7 @@ username.style_user = "white" hostname.ssh_only = false hostname.format = "[$ssh_symbol$hostname]($style)" hostname.style = "white" +hostname.ssh_symbol = "🌐" directory.truncate_to_repo = false directory.format = "[$path]($style)[$read_only]($read_only_style)" directory.style = "white"