diff --git a/common/home-manager/home.nix b/common/home-manager/home.nix index 018c64f..2bd068d 100644 --- a/common/home-manager/home.nix +++ b/common/home-manager/home.nix @@ -80,6 +80,7 @@ ga = "git add"; gc = "git commit"; + gcl = "git clone"; gcm = "git commit -m"; gl = "git pull"; gla = "git pull --autostash";