diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 9ae28da5..d729dd63 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -164,6 +164,7 @@ de = "docker exec -it"; ddate = "date +%Y.%m.%d"; dday = "date +%A"; + cp = "rsync -avr"; g = "git"; ga = "git add -A"; gb = "git branch";