mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
fix: incorrect powershell alias instruction
This commit is contained in:
parent
70b414aca2
commit
76fa248c51
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user