update zshrc

This commit is contained in:
Fabian Montero 2024-11-29 12:23:51 -06:00
parent 06b9135417
commit f77410de7c
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
4 changed files with 24 additions and 12 deletions

View file

@ -23,7 +23,10 @@ with lib; {
baseline.enable = true;
services = {
zsh.enable = true;
zsh = {
enable = true;
prompt = "%B<%~> \${vcs_info_msg_0_}%b";
};
};
apps = {