summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-15 02:29:18 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-15 02:29:18 -0400
commitab77a842d85d332cdd6f54bd696a948ee0211f0f (patch)
treef31220a6c5ef5308c3ac27950ae3b848d83bc5cb /config
parentc7a8dfa19beabce1a33d8567d235fa064af8cf9d (diff)
downloadconf-ab77a842d85d332cdd6f54bd696a948ee0211f0f.tar.gz
conf-ab77a842d85d332cdd6f54bd696a948ee0211f0f.zip
don't use an ssh symbol
Diffstat (limited to 'config')
-rw-r--r--config/starship.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/starship.toml b/config/starship.toml
index 102014a..548dfed 100644
--- a/config/starship.toml
+++ b/config/starship.toml
@@ -88,7 +88,7 @@ show_always = true
[hostname]
disabled = false
-format = '[$ssh_symbol$hostname]($style)'
+format = '[$hostname]($style)'
style = 'host'
ssh_only = false