function fcf --description 'Git commit fixup using fzf' git commit --fixup (git log --pretty=oneline --abbrev-commit --color=always | fzf --ansi | cut -d ' ' -f1) end