home: Added 'dl' alias

This commit is contained in:
fleaz 2023-01-04 15:44:35 +01:00
parent 95dffd78b1
commit 0d9cb5158e

View file

@ -141,6 +141,9 @@ in
share = false; # every terminal has it's own history
size = 10000;
};
shellAliases = {
"dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads
};
};
programs.git = {