Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions thefuck/shells/powershell.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def and_(self, *commands):

def how_to_configure(self):
return ShellConfiguration(
content=u'iex "thefuck --alias"',
content=u'iex "$(thefuck --alias)"',
path='$profile',
reload='& $profile',
reload='. $profile',
can_configure_automatically=False)

def _get_version(self):
Expand Down