diff --git a/dot_config/starship.toml b/dot_config/starship.toml index a03b224..5e24c8c 100644 --- a/dot_config/starship.toml +++ b/dot_config/starship.toml @@ -5,7 +5,7 @@ username.style_user = "white" hostname.ssh_only = false hostname.format = "[$ssh_symbol$hostname]($style)" hostname.style = "white" -hostname.ssh_symbol = "🌐" +hostname.ssh_symbol = " 🌐 " directory.truncate_to_repo = false directory.format = "[$path]($style)[$read_only]($read_only_style)" directory.style = "white" @@ -27,4 +27,4 @@ git_commit.style = "bright-black" format = "[\\[](bright-black)$username[@](bright-black)$hostname $directory[\\]](bright-black)$character" # move the rest of the prompt to the right -right_format = """$git_branch $git_commit $time""" \ No newline at end of file +right_format = """$git_branch $git_commit $time"""