more progs

This commit is contained in:
Sridhar Ratnakumar 2021-05-28 13:24:42 -04:00
parent d4f167a86a
commit 0c7fc3e394

View file

@ -113,8 +113,11 @@ rec {
shellAliases = {
g = "git";
t = "tig";
l = "ls --color=always";
l = "${pkgs.lsd}/bin/lsd";
ll = "${pkgs.lsd}/bin/lsd -l";
ls = "l";
h = "himalaya";
tldr = "${pkgs.tealdeer}/bin/tldr";
};
sessionVariables = { };
};