--- a/.gitconfig
+++ b/.gitconfig
@@ -6,7 +6,6 @@
user = merrilymeredith
[alias]
- alias = "!git config -l | grep -v 'alias.alias' | perl -ne 's/^alias\\.// and s/=/#= / and print' | column -t -s#"
ci = commit
rec = commit -p
unrec = checkout --patch
--- a/.hgrc
+++ b/.hgrc
@@ -12,7 +12,6 @@ histedit =
pager = LESS='FSRXi' less
[alias]
-alias = !$HG config alias | grep -v 'alias.alias' | perl -ne 's/^alias\.// and s/=/#= / and print' | column -t -s#
fetch = pull --rebase
rec = commit -i
record = commit -i