diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-17 18:59:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-17 18:59:09 +0200 |
commit | 61ae6bdef78181c8a243d7974f66481fadc0834a (patch) | |
tree | 9fe4c9bfeb03c2a961d0688d3ea94e2f6bc9cc4a /etc/alias/short | |
parent | d86950e1013e5b35974238354da53bce481ec386 (diff) |
Switched hgd and gitd back into functions
Diffstat (limited to 'etc/alias/short')
-rw-r--r-- | etc/alias/short | 4 |
1 files changed, 2 insertions, 2 deletions
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' |