Skip to content

Commit

Permalink
Add parameter to make alias work
Browse files Browse the repository at this point in the history
  • Loading branch information
lighttigerXIV committed Mar 26, 2023
1 parent 8cbcf85 commit 3307b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def on_event(self, event, extension):
userShell = environ["SHELL"]


subprocess.run( [f'{terminal} {exec} {userShell} -c "{command}; {userShell}"'], shell=True )
subprocess.run( [f'{terminal} {exec} {userShell} -c -i "{command}; {userShell}"'], shell=True )

return HideWindowAction()

Expand Down

0 comments on commit 3307b06

Please sign in to comment.