forked from extern/nix-config
fish(tree): Ignore .next directory
This commit is contained in:
parent
10ccd698fa
commit
2c370d75d1
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "${pkgs.exa}/bin/exa --group-directories-first -I 'lost+found'";
|
ls = "${pkgs.exa}/bin/exa --group-directories-first -I 'lost+found'";
|
||||||
tree = "${pkgs.exa}/bin/exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found|target'";
|
tree = "${pkgs.exa}/bin/exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found|target|.next'";
|
||||||
mv = "mv -i";
|
mv = "mv -i";
|
||||||
cp = "cp -ia";
|
cp = "cp -ia";
|
||||||
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";
|
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";
|
||||||
|
Loading…
Reference in New Issue
Block a user