Skip to content

Drop the changes to variables in async functions #20

@acomagu

Description

@acomagu

e.g.

set i 0
function fish_prompt
    set i (math $i + 1)
    echo $i >
end

set -g async_prompt_inherit_variables status i

The above don't increment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions