Fix zsh error symbol

This commit is contained in:
Michael Thomas 2022-01-09 13:37:20 -05:00
parent dcb10ba18a
commit cffaa90de3

View File

@ -41,6 +41,7 @@
enableZshIntegration = true;
settings = {
character.success_symbol = "[](green)";
character.error_symbol = "[](red)";
};
};
}