We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd55b9 commit 6d80a09Copy full SHA for 6d80a09
prompt-style.lua
@@ -20,7 +20,7 @@ local function wakatime(cmd)
20
string.match(lfs.currentdir(), "[^/]+$")
21
)
22
end
23
- os.execute(cmd)
+ io.popen(cmd)
24
return ""
25
26
0 commit comments