mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 17:48:41 +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(
|
return ShellConfiguration(
|
||||||
content=u'iex "$(thefuck --alias)"',
|
content=u'iex "$(thefuck --alias)"',
|
||||||
path='$profile',
|
path='$profile',
|
||||||
reload='& $profile',
|
reload='. $profile',
|
||||||
can_configure_automatically=False)
|
can_configure_automatically=False)
|
||||||
|
|
||||||
def _get_version(self):
|
def _get_version(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user