Skip to content

Commit

Permalink
home.shell: always search hidden files with rg
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Aug 26, 2024
1 parent 0c2764e commit 6ff0a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/programs/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ let
df = "df --human-readable --local --print-type";
du = "du --human-readable --one-file-system --time --time-style=+'%Y-%m-%d' --total";

rg = "rg --ignore-case --sort=path";
rg = "rg --hidden --glob '!.git' --ignore-case --sort=path";

pwgen = "pwgen -cns";
pgen = "pwgen 30 1";
Expand Down

0 comments on commit 6ff0a69

Please sign in to comment.