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