From 61ae6bdef78181c8a243d7974f66481fadc0834a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 17 Sep 2008 18:59:09 +0200 Subject: Switched hgd and gitd back into functions --- etc/alias/short | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/alias') diff --git a/etc/alias/short b/etc/alias/short index f2b1c52..134c47b 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -21,7 +21,7 @@ alias fbij='fbi -a -u' ## Git alias gita='git add' alias gitc='git commit' -# gitd is a function, see there +alias gitd='git diff --color-words' alias gitdc='gitd --cached' alias gitf='git pull' alias gitl='git log' @@ -33,7 +33,7 @@ alias git-serve='git-daemon --verbose --export-all --base-path=. .' alias hga='hg add' alias hgar='hg addremove' alias hgc='hg commit' -# hgd is a function, see there +alias hgd='hg diff | less' alias hgf='hg fetch' alias hgg='hg glog | less' alias hgh='hg heads' -- cgit v1.2.3