forked from extern/nix-config
fish(tree): Ignore dist directory
Necessary for Nuxt projects. Use joshuto or ls when interested in seeing ignored directories and tree for a quick overview of a project.
This commit is contained in:
parent
85766665f8
commit
6b9f547088
@ -26,7 +26,7 @@
|
||||
|
||||
shellAliases = {
|
||||
ls = "${pkgs.eza}/bin/eza --icons --group-directories-first -I 'lost+found'";
|
||||
tree = "${pkgs.eza}/bin/eza --icons --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found|target|.next|.cache|.nuxt|themes|.direnv|.wrangler|.vercel'";
|
||||
tree = "${pkgs.eza}/bin/eza --icons --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found|target|.next|.cache|.nuxt|themes|.direnv|.wrangler|.vercel|dist'";
|
||||
mv = "mv -i";
|
||||
cp = "cp -ia";
|
||||
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";
|
||||
|
Loading…
Reference in New Issue
Block a user