Add some more common shell aliases

This commit is contained in:
Evie Litherland-Smith 2023-07-05 11:04:06 +01:00
parent 1ad38651d3
commit 13b2429cc7

View file

@ -27,7 +27,11 @@
fonts.fontconfig.enable = true;
environment = {
localBinInPath = true;
shellAliases.ll = "ls -laF";
shellAliases = {
ll = "ls -laF";
lg = "lazygit";
gg = "nvim +Neogit";
};
};
services.xserver = {