diff --git a/users/nolan/default.nix b/users/nolan/default.nix index 2b0813a..68a4d45 100644 --- a/users/nolan/default.nix +++ b/users/nolan/default.nix @@ -41,5 +41,13 @@ }; }; }; + home = { + shellAliases = { + "gc" = "git commit"; + "gl" = "git log --abbrev-commit"; + "gps" = "git push"; + "gpl" = "git pull"; + }; + }; }; }