aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/users/profiles/shell.nix18
1 files changed, 8 insertions, 10 deletions
diff --git a/nix/users/profiles/shell.nix b/nix/users/profiles/shell.nix
index 269c617..604ae10 100644
--- a/nix/users/profiles/shell.nix
+++ b/nix/users/profiles/shell.nix
@@ -103,6 +103,10 @@ in
enable = true;
settings = {
add_newline = false;
+ character = {
+ success_symbol = "[›](bold green)";
+ error_symbol = "[›](bold red)";
+ };
directory = {
fish_style_pwd_dir_length = 3;
};
@@ -118,16 +122,10 @@ in
cherry_pick = "[🍒 PICKING](bold red)";
};
git_status = {
- conflicted = "💢";
- ahead = "💨";
- behind = "😰";
- diverged = "😵";
- untracked = "🤷‍";
- stashed = "📦";
- modified = "📝";
- staged = "[++($count)](green)";
- renamed = "👅";
- deleted = "🗑️";
+ deleted = "✗";
+ modified = "✶";
+ staged = "✓";
+ stashed = "≡";
};
"$schema" = "https://starship.rs/config-schema.json";
hostname = {