diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index 822cf40..d0fdd50 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -178,7 +178,6 @@ in ''; shellAliases = { add = "git add --ignore-removal"; - ci = "git commit"; day = "date +%a"; ddate = "date +%Y.%m.%d"; dday = "date +%A"; |