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