diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-01 18:45:33 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-01 19:35:12 +0100 |
commit | a4b7e74e52b0552ccf6588118b8fdd922e661421 (patch) | |
tree | 1eef6de438565f503245691539474bf34f633e33 /.config/starship.toml | |
parent | 6730e984c67f1eeefd2f6ce35d5990012c1e2beb (diff) |
thicker i3 borders, starship ssh prompt
Diffstat (limited to '.config/starship.toml')
-rw-r--r-- | .config/starship.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 94fd0b6..8878be7 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -8,6 +8,9 @@ error_symbol = "[✗](bold red) " [cmd_duration] disabled = true +[username] +format = "[$user]($style)" + [hostname] ssh_only = true format = "@[$hostname](bold red) " |