From 0ce1745b1c133f14d637bffc17938fb1bdf0a52a Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 08:04:50 +0900 Subject: [PATCH] test --- laptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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";