replace the default prompt char for starship

This commit is contained in:
insects 2024-08-13 20:46:17 +02:00
parent 5659d4cd32
commit 968d10f285

View file

@ -129,6 +129,12 @@
programs.starship = {
enable = true;
enableFishIntegration = true;
settings = {
character = {
success_symbol = "[~](green)";
error_symbol = "[~](red)";
};
};
};
programs.zoxide = {