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