fish: conf.d/git-abbr: Don't grep in binary files
This commit is contained in:
parent
bab7ac5178
commit
5a80d2706b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ abbr ghh 'git help'
|
||||||
abbr gi 'git init'
|
abbr gi 'git init'
|
||||||
abbr gjd 'git jump diff'
|
abbr gjd 'git jump diff'
|
||||||
abbr gjm 'git jump merge'
|
abbr gjm 'git jump merge'
|
||||||
abbr gjg 'git jump grep'
|
abbr gjg 'git jump grep -I'
|
||||||
abbr gjw 'git jump ws'
|
abbr gjw 'git jump ws'
|
||||||
abbr gignore 'git update-index --assume-unchanged'
|
abbr gignore 'git update-index --assume-unchanged'
|
||||||
abbr gignored 'git ls-files -v | grep "^[[:lower:]]"'
|
abbr gignored 'git ls-files -v | grep "^[[:lower:]]"'
|
||||||
|
|
Loading…
Reference in a new issue