Skip to content

Commit

Permalink
Merge pull request #7 from tnowad/master
Browse files Browse the repository at this point in the history
Improve shell exit behavior in wakatime.fish
  • Loading branch information
ik11235 authored Mar 27, 2024
2 parents c22407d + 25cd335 commit a3e5ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/wakatime.fish
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ function __register_wakatime_fish_before_exec -e fish_postexec
set project "Terminal"
end

$wakatime_path --write --plugin "$PLUGIN_NAME/$PLUGIN_VERSION" --entity-type app --project "$project" --entity "$exec_command_str" &> /dev/null&
$wakatime_path --write --plugin "$PLUGIN_NAME/$PLUGIN_VERSION" --entity-type app --project "$project" --entity "$exec_command_str" &> /dev/null&; disown
end

0 comments on commit a3e5ba4

Please sign in to comment.