forked from extern/nix-config
fish: Add target to tree ignore
This prevents the directory listing from becoming abnormally large with rust projects.
This commit is contained in:
parent
b12e1598c9
commit
c23655ad39
@ -18,7 +18,7 @@ let VARIABLES = import ../../src/variables.nix; in {
|
|||||||
|
|
||||||
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'";
|
tree = "${pkgs.exa}/bin/exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found|target'";
|
||||||
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