1
0
forked from extern/nix-config

fish(exa): Add icons

This commit is contained in:
Donovan Glover 2023-08-09 11:47:06 -04:00
parent 2c370d75d1
commit 61ace4f55a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -24,8 +24,8 @@
enable = true;
shellAliases = {
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|.next'";
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'";
mv = "mv -i";
cp = "cp -ia";
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";