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:
@@ -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}";
|
||||||
|
|||||||
Reference in New Issue
Block a user