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 d01d372 commit 592ad05Copy full SHA for 592ad05
prompt-style.lua
@@ -13,7 +13,7 @@ if table.unpack == nil then table.unpack = unpack end
13
---@return string
14
local function wakatime(cmd)
15
cmd = cmd or "wakatime-cli --write --plugin=repl-lua-wakatime " ..
16
- "--entity-type=app --entity=lua --alternate-language=lua --project=%s"
+ "--entity-type=app --entity=lua --alternate-language=lua --project=%s &"
17
local s, _ = string.find(cmd, "%s")
18
if s ~= nil then
19
local project = io.popen("git rev-parse --show-toplevel 2> /dev/null"):read()
0 commit comments