1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(exa): sort by file type

This commit is contained in:
Kierán Meinhardt
2019-09-14 20:26:07 +02:00
parent fb157bbe2d
commit 637172dbcb

View File

@@ -217,10 +217,10 @@ in
rm = "rm -i";
cp = "cp -i";
mv = "mv -i";
l = "${pkgs.exa}/bin/exa -a";
ls = "${pkgs.exa}/bin/exa";
ll = "${pkgs.exa}/bin/exa -l";
la = "${pkgs.exa}/bin/exa -la";
l = "${pkgs.exa}/bin/exa -s type -a";
ls = "${pkgs.exa}/bin/exa -s type";
ll = "${pkgs.exa}/bin/exa -s type -l";
la = "${pkgs.exa}/bin/exa -s type -la";
dig = "dig +short";
wcd = "source ${wcd}";
where = "source ${where}";