summaryrefslogtreecommitdiff
path: root/etc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions')
-rw-r--r--etc/functions/gitd1
-rw-r--r--etc/functions/hgd1
2 files changed, 0 insertions, 2 deletions
diff --git a/etc/functions/gitd b/etc/functions/gitd
deleted file mode 100644
index 80b7d34..0000000
--- a/etc/functions/gitd
+++ /dev/null
@@ -1 +0,0 @@
-git-diff $* | highlight diff | less
diff --git a/etc/functions/hgd b/etc/functions/hgd
deleted file mode 100644
index 6200d8b..0000000
--- a/etc/functions/hgd
+++ /dev/null
@@ -1 +0,0 @@
-hg diff $* | highlight diff | less