pinchflat
This commit is contained in:
parent
dc6fb3adc2
commit
6efa77899c
2 changed files with 16 additions and 5 deletions
|
@ -57,7 +57,7 @@ with lib;
|
|||
|
||||
# ripgrep
|
||||
rg = "rg --no-ignore";
|
||||
rgf = "rg --files 2>/dev/null | rg";
|
||||
rgf = "rg --files --glob '!/nix/store/**' 2>/dev/null | rg";
|
||||
};
|
||||
|
||||
environment.shellInit = builtins.readFile ./common.sh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue