diff --git a/profiles/core.nix b/profiles/core.nix index 3fa483e0..eeb39516 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";