mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-24 21:28:36 +01:00
Fix the starship prompt
This commit is contained in:
parent
4be7cba3d0
commit
c80e3df9bf
3
home.nix
3
home.nix
@ -42,7 +42,8 @@
|
|||||||
settings = {
|
settings = {
|
||||||
add_newline = true;
|
add_newline = true;
|
||||||
character = {
|
character = {
|
||||||
success_symbol = '[➜](bold green)';
|
success_symbol = "[➜](bold green)";
|
||||||
|
error_symbol = "[➜](bold red)";
|
||||||
};
|
};
|
||||||
package = {
|
package = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user