Skip to content

Commit

Permalink
fix(starship): Show hostname in prompt over wezterm-ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Aug 2, 2024
1 parent 9bbeb18 commit cb2a5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/modules/starship.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
];
right_format = "$cmd_duration";
username = { show_always = isServer; };
hostname = { ssh_only = !isServer; };
character = {
success_symbol = "[ I ](bold bg:#40a02b fg:#000000)[](fg:#40a02b)";
error_symbol = "[ I ](bold bg:#f38ba8 fg:#000000)[](fg:#f38ba8)";
Expand Down

0 comments on commit cb2a5be

Please sign in to comment.