diff --git a/thefuck/shells/powershell.py b/thefuck/shells/powershell.py index 580578f2..95226d0d 100644 --- a/thefuck/shells/powershell.py +++ b/thefuck/shells/powershell.py @@ -26,7 +26,7 @@ class Powershell(Generic): return ShellConfiguration( content=u'iex "$(thefuck --alias)"', path='$profile', - reload='& $profile', + reload='. $profile', can_configure_automatically=False) def _get_version(self):