summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/common.nix b/lib/common.nix
index ab347c3..9aad96b 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -167,8 +167,6 @@ in
gs = "git status -sb";
hs = "home-manager switch";
ll = "ls -lah";
- pull = "git pull";
- push = "git push";
rm = "rm -i";
showpath = "echo $PATH | sed 's/:/\n/g'";
tdate = "date +%Y.%m.%d..%H.%M";