diff options
Diffstat (limited to 'nix/modules/home/git.nix')
| -rw-r--r-- | nix/modules/home/git.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nix/modules/home/git.nix b/nix/modules/home/git.nix index 9c15aac..0e6e66c 100644 --- a/nix/modules/home/git.nix +++ b/nix/modules/home/git.nix @@ -14,10 +14,13 @@ }; aliases = { + pl = "pull"; + ps = "push"; co = "checkout"; c = "commit"; a = "add"; - s = "switch"; + st = "status"; + sw = "switch"; b = "branch"; }; }; |
