Skip to content

Commit

Permalink
Disable display of username and hostname for local machine
Browse files Browse the repository at this point in the history
  • Loading branch information
xorcare committed Oct 22, 2023
1 parent e1abd51 commit 3f0186c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/.config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ read_only_style = "bold red"

# https://starship.rs/config/#username
[username]
show_always = true
show_always = false
format = "[$user]($style) at "
style_user = "bold blue"
style_root = "bold magenta"

# https://starship.rs/config/#hostname
[hostname]
ssh_only = false
ssh_only = true
style = "bold yellow"

# https://starship.rs/config/#command-duration
Expand Down

0 comments on commit 3f0186c

Please sign in to comment.