From 9a93dcc921eca4a2d02ba10633318736290bbfe2 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sun, 15 Dec 2019 01:17:42 -0700 Subject: [PATCH] core: git alias --- profiles/core.nix | 3 +++ 1 file changed, 3 insertions(+) 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";