diff --git a/users/modules/starship.nix b/users/modules/starship.nix index 8b9a14c..1147f48 100644 --- a/users/modules/starship.nix +++ b/users/modules/starship.nix @@ -13,10 +13,10 @@ ''; right_format = "$cmd_duration$character"; hostname = { - ssh_symbol = " "; + ssh_symbol = "󰖟 "; }; character = { - error_symbol = "[](red)"; + error_symbol = "[](red)"; success_symbol = "[󱐋](green)"; }; cmd_duration = { @@ -37,4 +37,4 @@ }; }; }; -} \ No newline at end of file +}