diff options
-rw-r--r-- | users/glittershark/system/home/modules/development.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index bb179063872b..6ac931488ac4 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -119,6 +119,7 @@ with lib; "gco" = "gc"; "gcd" = "gc development"; "gcm" = "gc master"; + "gcc" = "gc canon"; "gc" = "git checkout"; "gbg" = "git branch | grep"; "gba" = "git branch -a"; |