summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-04 19:34:33 -0700
committerBen Sima <ben@bsima.me>2020-04-05 09:59:29 -0700
commit816e735e19c7c148a98bf271a8dfa20dddf83c9b (patch)
treeb9f5650ca5873cd7f8f51db996e32243ab854745 /lib/common.nix
parent5d4a50b3c6a406e51b251a4af4bd105a88ce5634 (diff)
Remove dumb git aliases
Diffstat (limited to 'lib/common.nix')
-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";