Skip to content

Commit

Permalink
fix: fix hostname padding
Browse files Browse the repository at this point in the history
  • Loading branch information
minhuw committed Aug 8, 2024
1 parent 96133f1 commit 17ac6d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dot_config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ format = '[$user]($style)@'

[hostname]
ssh_only = false
format = '[$hostname]($style)'
format = '[\[$ssh_symbol$hostname\]]($style) in '
ssh_symbol = '🌏 '

[os]
disabled = false
Expand Down

0 comments on commit 17ac6d9

Please sign in to comment.