fish/functions/_sponge_clear_state.fish 206 B raw
1
function _sponge_clear_state
2
  set --erase --global _sponge_current_command
3
  set --erase --global _sponge_current_command_exit_code
4
  set --erase --global _sponge_current_command_previously_in_history
5
end