16c110823d
Add semi-colons in powershell alias so that if line breaks get lost the
function can still be invoked directly. This makes it possible to add
thefuck to the current session by running
iex "$(thefuck --alias)"
which mirrors the eval syntax in bash