feat(bash): Disable ble.sh for bash
This commit is contained in:
parent
95674f0d7a
commit
1fdfc2dfc5
2 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ in
|
|||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.bash = {
|
||||
blesh.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue