I hereby claim:
- I am bboal on github.
 - I am bboal (https://keybase.io/bboal) on keybase.
 - I have a public key ASBB5Je8VCrqEXXCOoJ05HX7jokG45mlTOoFRrQmhByQDgo
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function __git_fzf_is_in_git_repo | |
| command -s -q git | |
| and git rev-parse HEAD >/dev/null 2>&1 | |
| end | |
| function __git_fzf_git_status | |
| __git_fzf_is_in_git_repo; or return | |
| git -c color.status=always status --short | \ | |
| fzf -m --ansi --preview 'git diff --color=always HEAD -- {-1} | head -500' | \ | |
| cut -c4- | \ |