diff options
author | Ben Sima <ben@bsima.me> | 2020-11-27 18:44:34 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-27 18:44:34 -0500 |
commit | bac4d5ad3585917bf2318c30329eb80fe48db22c (patch) | |
tree | b139235ee6d60cf3a7d099db1244e808da56ec9d /lib | |
parent | ae14e0c91003bc9464c46919e3040d39f92c52be (diff) |
remove unused ci alias
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"; |