mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-21 05:08:37 +01:00
fish(exa): Ignore .cache directory
This commit is contained in:
parent
ade6fa196b
commit
f852b9b0c4
@ -25,7 +25,7 @@
|
||||
|
||||
shellAliases = {
|
||||
ls = "${pkgs.exa}/bin/exa --icons --group-directories-first --git -I 'lost+found'";
|
||||
tree = "${pkgs.exa}/bin/exa --icons --group-directories-first --all --long --tree --git -I 'node_modules|.git|public|lost+found|target|.next'";
|
||||
tree = "${pkgs.exa}/bin/exa --icons --group-directories-first --all --long --tree --git -I 'node_modules|.git|public|lost+found|target|.next|.cache'";
|
||||
mv = "mv -i";
|
||||
cp = "cp -ia";
|
||||
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";
|
||||
|
Loading…
Reference in New Issue
Block a user