From 13b2429cc7eb9086c56ebf149f3230f33ea4ff41 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 5 Jul 2023 11:04:06 +0100 Subject: [PATCH] Add some more common shell aliases --- hosts/common.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 7abfe67c..9c409492 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -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 = {