edit nix shell prompt

Former-commit-id: 53ff7a2a94
This commit is contained in:
Hadi
2025-05-07 15:25:07 +02:00
parent 936266ab11
commit ea7eaa106a

View File

@@ -25,6 +25,12 @@ in {
vimcmd_symbol = "[](cyan)"; vimcmd_symbol = "[](cyan)";
}; };
nix_shell = {
format = "[$symbol]($style) ";
symbol = "🐚";
style = "";
};
git_branch = { git_branch = {
symbol = "[](${background-alt}) "; symbol = "[](${background-alt}) ";
style = "fg:${accent} bg:${background-alt}"; style = "fg:${accent} bg:${background-alt}";