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

feat(shell): add aliases

This commit is contained in:
Kierán Meinhardt
2019-08-27 17:27:26 +02:00
parent 6878535724
commit e73c3d16f6
3 changed files with 9 additions and 2 deletions

View File

@@ -219,6 +219,8 @@
wcd = "source ${wcd}";
where = "source ${where}";
take = "source ${take}";
tree = "${pkgs.exa}/bin/exa --tree";
cat = "${pkgs.bat}/bin/bat --style=plain";
};
}
{