From bda157747cad144481f0dd7288c06fdf849c6785 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 10 Apr 2022 16:33:51 -0400 Subject: [PATCH] e alias --- home/shellcommon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shellcommon.nix b/home/shellcommon.nix index 80983dc..9853acf 100644 --- a/home/shellcommon.nix +++ b/home/shellcommon.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { shellAliases = { + e = "nvim"; g = "${pkgs.git}/bin/git"; lg = "${pkgs.lazygit}/bin/lazygit"; l = "${pkgs.exa}/bin/exa";