replace the default prompt char for starship
This commit is contained in:
parent
5659d4cd32
commit
968d10f285
1 changed files with 6 additions and 0 deletions
|
@ -129,6 +129,12 @@
|
|||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
character = {
|
||||
success_symbol = "[~](green)";
|
||||
error_symbol = "[~](red)";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
|
|
Loading…
Add table
Reference in a new issue