You'll need to use the ~ symbol which refers to previous commit.
~
git config --global alias.fdiff '!git diff $(git merge-base --fork-point HEAD)~'
git fdiff