refactor: move stuff to common, remove need for ripgrep config
This commit is contained in:
parent
11ca45ede7
commit
6a83bbf94a
6 changed files with 36 additions and 31 deletions
common/modules/bash
|
@ -7,8 +7,13 @@
|
|||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
ripgrep = {
|
||||
enable = true;
|
||||
arguments = [
|
||||
"--no-config"
|
||||
];
|
||||
};
|
||||
jq.enable = true;
|
||||
ripgrep.enable = true;
|
||||
|
||||
starship = let
|
||||
textColor = "#e3e5e5";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue