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";