mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-05 12:22:10 +02:00
test
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
"$git_status"
|
||||
"$character"
|
||||
];
|
||||
directory = { style = "#${config.theme.colors.primary-bg}"; };
|
||||
directory = { style = "#${config.var.theme.colors.accent}"; };
|
||||
|
||||
character = {
|
||||
success_symbol = "[❯](#${config.theme.colors.primary-bg})";
|
||||
success_symbol = "[❯](#${config.var.theme.colors.accent})";
|
||||
error_symbol = "[❯](red)";
|
||||
vimcmd_symbol = "[❮](cyan)";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user