about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/glittershark/system/home/modules/development.nix1
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 bb17906387..6ac931488a 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";