diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-04 18:56:54 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-04 18:56:54 +0100 |
commit | 3a9f2496016e5ab61bd12080cc301362cbaf80b0 (patch) | |
tree | c06fe9adfba0e51be2d30a9075214de25c00373d /etc/alias | |
parent | e7d349e6686685a3a1235ae91391fdb26c33dc93 (diff) |
Remaned git-grep alias due to a name conflict
Diffstat (limited to 'etc/alias')
-rw-r--r-- | etc/alias/short | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/alias/short b/etc/alias/short index f68eb8b..d7bd07e 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -29,7 +29,7 @@ alias gitf='git pull' alias gitl='git log' alias gitp='git push' alias gits='git status' -alias git-grep='grep --exclude-dir=.git -r' +alias git-rgrep='grep --exclude-dir=.git -r' alias git-serve='git-daemon --verbose --export-all --base-path=. .' alias gtd-later='todo --database ~/var/gtd/later' |