Bring zsh and fish back in sync
This commit is contained in:
parent
84a7f938fb
commit
fe8461f4b8
9 changed files with 81 additions and 46 deletions
|
@ -1,6 +1,6 @@
|
|||
function flgrep
|
||||
set -l ret
|
||||
fossil changes --all . | sed 's/^.* //' | while read file
|
||||
fossil changes --all . | awk '{ print $2 }' | while read file
|
||||
grep -H $argv "$file" && set ret 0
|
||||
test $status -gt 1 && return $status
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue