global/shell: fix ls aliases with icons

This commit is contained in:
Infinidoge 2024-04-09 18:11:47 -04:00
parent f58ecfd8a4
commit 6da05cfecf
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -20,14 +20,14 @@ in
# ls # ls
ls = "${lib.getExe pkgs.eza}"; # HACK: Bypasses PATH so it works in nix develop shell ls = "${lib.getExe pkgs.eza}"; # HACK: Bypasses PATH so it works in nix develop shell
la = "ls --long --no-filesize --no-permissions --no-user --git --icons"; la = "ls --long --no-filesize --no-permissions --no-user --icons --git";
lat = "la --tree -I .git"; lat = "la --tree -I .git";
l = "la --all"; l = "la --all";
lt = "l --tree -I .git"; lt = "l --tree -I .git";
le = "l --extended"; le = "l --extended";
lg = "l --git-ignore"; lg = "l --git-ignore";
lgt = "lt --git-ignore"; lgt = "lt --git-ignore";
ll = "ls --long --all --group --icons"; ll = "ls --long --all --icons --group";
llt = "ll --tree -I .git"; llt = "ll --tree -I .git";
lle = "ll --extended"; lle = "ll --extended";
llg = "ll --git-ignore"; llg = "ll --git-ignore";