use configured eza

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-08 21:34:03 +02:00
parent c8ce02fe2d
commit e50c532a6d
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -79,9 +79,9 @@ toplevel@{ moduleWithSystem, ... }: {
ga = "git add ."; ga = "git add .";
gc = "git commit"; gc = "git commit";
dev = "nix develop --command $SHELL"; dev = "nix develop --command $SHELL";
ls = "${pkgs.eza}/bin/eza"; ls = "eza";
la = "${pkgs.eza}/bin/eza -al"; la = "eza -al";
lt = "${pkgs.eza}/bin/eza --long --tree --level=10"; lt = "eza --long --tree --level=10";
torrent = "transmission-remote"; torrent = "transmission-remote";
torrent-start = "transmission-daemon"; torrent-start = "transmission-daemon";
vi = "nvim"; vi = "nvim";