From d8661561ef8ad4b675cab30582f9d5be96fcb8c4 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 15 Oct 2025 20:42:00 -0300 Subject: [PATCH] minor changes to starship --- users/modules/starship.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}