2023-05-17 17:10:18 +01:00
|
|
|
{...}: {
|
2023-06-03 07:46:37 +01:00
|
|
|
programs.bash.enable = true;
|
2023-06-16 14:05:17 +01:00
|
|
|
programs.readline = {
|
|
|
|
enable = true;
|
|
|
|
includeSystemConfig = true;
|
|
|
|
extraConfig = ''
|
|
|
|
set completion-ignore-case On
|
|
|
|
'';
|
|
|
|
};
|
2023-04-29 12:38:42 +01:00
|
|
|
programs.keychain.enableBashIntegration = true;
|
|
|
|
programs.starship.enableBashIntegration = true;
|
2023-06-16 14:05:17 +01:00
|
|
|
programs.nix-index.enableBashIntegration = true;
|
2023-03-29 15:38:01 +01:00
|
|
|
}
|