diff --git a/modules/fish.nix b/modules/fish.nix index 5e07fb79..ea33512f 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -24,8 +24,8 @@ enable = true; shellAliases = { - ls = "${pkgs.exa}/bin/exa --icons --group-directories-first -I 'lost+found'"; - tree = "${pkgs.exa}/bin/exa --icons --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found|target|.next'"; + 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'"; mv = "mv -i"; cp = "cp -ia"; rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";