Browse Source

setup.sh: update git todo alias

pull/1/head
10sr 10 years ago
parent
commit
6d4edb4bbb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh View File

@@ -244,7 +244,7 @@ git checkout master && git merge --no-ff --stat --verbose -'"
$_gc alias.o "$_git_open_branch"
$_gc alias.c "$_git_close_branch"

$_gc alias.todo "grep -E -i 'todo:|note:|fixme:'"
$_gc alias.todo "grep -nH -E -i 'todo:|note:|fixme:'"

#$_gc alias.wc "!git ls-files -z | xargs -0 wc"
# $_gc push.default "simple"


Loading…
Cancel
Save