summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gceccarelli@veritone.com>2023-10-10 09:05:09 +0100
committerGianni Ceccarelli <gceccarelli@veritone.com>2023-10-10 09:05:09 +0100
commit031a3abcb5b197e658485f2f50111cca26f16fb8 (patch)
tree33fdfe3bf948d431b81b866acd7ee68a67f34862
parentmore meta fixery (diff)
downloaddotfiles-031a3abcb5b197e658485f2f50111cca26f16fb8.tar.gz
dotfiles-031a3abcb5b197e658485f2f50111cca26f16fb8.tar.bz2
dotfiles-031a3abcb5b197e658485f2f50111cca26f16fb8.zip
nicer ssh symbol placement
-rw-r--r--.config/starship.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
index 0b92cd9..0c633eb 100644
--- a/.config/starship.toml
+++ b/.config/starship.toml
@@ -115,7 +115,7 @@ format = '[ $symbol$branch]($style)'
ssh_symbol = " "
ssh_only = false
style = "bg:user fg:user_fg"
-format = '[$ssh_symbol$hostname]($style)'
+format = '[$hostname$ssh_symbol]($style)'
[java]
symbol = " "