diff --git a/profiles/core.nix b/profiles/core.nix index 3fa483e..eeb3951 100644 --- a/profiles/core.nix +++ b/profiles/core.nix @@ -51,6 +51,9 @@ in "...." = "cd ../../.."; "....." = "cd ../../../.."; + # git + g = "git"; + # grep grep = "rg"; gi = "grep -i";