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.