diff --git a/modules/fish.nix b/modules/fish.nix index cc804dd..da3bd73 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -25,8 +25,8 @@ enable = true; 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|dist'"; + ls = "${pkgs.eza}/bin/eza --icons --group-directories-first --no-quotes -I 'lost+found'"; + tree = "${pkgs.eza}/bin/eza --icons --group-directories-first --no-quotes --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";