diff options
author | Ben Sima <ben@bsima.me> | 2020-03-05 11:06:52 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-03-05 11:06:52 -0800 |
commit | d9185defe4be314bdf2154994892186bb0f62292 (patch) | |
tree | 4ca060265c9dfc3c103e5d3c849261fe059033d6 /lib | |
parent | 49b0c31e17b4930aab1773c1ebec8cb80f575405 (diff) |
Set g alias to git
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index e50ff10..f0c3404 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -146,7 +146,7 @@ in dday = "date +%A"; et = "emacsclient -nw"; # emacs in a terminal fetch = "git fetch"; - g = "grep -in"; + g = "git"; ga = "git add -A"; gb = "git branch"; gc = "git commit"; |