diff --git a/common/home-manager/home.nix b/common/home-manager/home.nix index 162d648..0f3b0d1 100644 --- a/common/home-manager/home.nix +++ b/common/home-manager/home.nix @@ -24,7 +24,6 @@ # Internet discord - fractal httpie tdesktop w3m @@ -102,6 +101,7 @@ gcm = "git commit -m"; gcan = "git commit --amend --no-edit"; gcl = "git clone"; + gco = "git checkout"; gl = "git pull"; gla = "git pull --autostash"; gp = "git push";