From 53ff7a2a941c4c118eccb529b1a283ea6d513b2d Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 7 May 2025 15:25:07 +0200 Subject: [PATCH] edit nix shell prompt --- home/programs/shell/starship.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/programs/shell/starship.nix b/home/programs/shell/starship.nix index 138f755..08babf8 100644 --- a/home/programs/shell/starship.nix +++ b/home/programs/shell/starship.nix @@ -25,6 +25,12 @@ in { vimcmd_symbol = "[❮](cyan)"; }; + nix_shell = { + format = "[$symbol]($style) "; + symbol = "🐚"; + style = ""; + }; + git_branch = { symbol = "[](${background-alt}) "; style = "fg:${accent} bg:${background-alt}";