1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 11:01:07 +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"; rm = "rm -i";
cp = "cp -i"; cp = "cp -i";
mv = "mv -i"; mv = "mv -i";
l = "${pkgs.exa}/bin/exa -a"; l = "${pkgs.exa}/bin/exa -s type -a";
ls = "${pkgs.exa}/bin/exa"; ls = "${pkgs.exa}/bin/exa -s type";
ll = "${pkgs.exa}/bin/exa -l"; ll = "${pkgs.exa}/bin/exa -s type -l";
la = "${pkgs.exa}/bin/exa -la"; la = "${pkgs.exa}/bin/exa -s type -la";
dig = "dig +short"; dig = "dig +short";
wcd = "source ${wcd}"; wcd = "source ${wcd}";
where = "source ${where}"; where = "source ${where}";