feat(bash): Disable ble.sh for bash

This commit is contained in:
ulic-youthlic 2025-09-12 20:39:05 +08:00
parent 95674f0d7a
commit 1fdfc2dfc5
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 0 additions and 5 deletions

View file

@ -40,10 +40,6 @@ in
})
(lib.mkIf (cfg.enable && bash-cfg.enable) {
programs.starship.enableBashIntegration = true;
programs.bash.bashrcExtra = ''
bleopt prompt_ps1_final='$(starship module character)'
bleopt prompt_rps1_final='$(starship module time)'
'';
})
(lib.mkIf (cfg.enable && ion-cfg.enable) {
programs.starship.enableIonIntegration = true;

View file

@ -14,7 +14,6 @@ in
};
config = lib.mkIf cfg.enable {
programs.bash = {
blesh.enable = true;
};
};
}