Add some more common shell aliases
This commit is contained in:
parent
1ad38651d3
commit
13b2429cc7
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue