feat: add bash to oh-my-posh

This commit is contained in:
Youwen Wu 2024-07-11 23:20:42 -07:00
parent c95b662f92
commit f9c69891a2
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -495,6 +495,7 @@
programs.oh-my-posh = {
enable = true;
enableZshIntegration = true;
enableBashIntegration = true;
settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile ./prompt.omp.json));
};