function ffr --description 'Git restore a file using fzf' git restore $argv -- (git ls-files --modified --exclude-standard | fzf -m) end