hostname now shows when logged in via ssh

This commit is contained in:
pagedmov
2024-11-01 04:41:43 -04:00
parent ab9fb16c34
commit 7bee6ebce5

View File

@@ -11,7 +11,7 @@
right_format = "($custom)";
format = lib.concatStrings [
"($username)(bold white)($cmd_duration)($character)"
"($username)($ssh_symbol)($hostname)(bold white)($cmd_duration)($character)"
"($git_branch)($git_status)($rust)($nix-shell)"
"($directory)"
"$line_break[ > ](bold #89b4fa)"