Files
dotfiles/fish/functions/_sponge_clear_state.fish
2023-01-27 15:09:27 +01:00

6 lines
206 B
Fish

function _sponge_clear_state
set --erase --global _sponge_current_command
set --erase --global _sponge_current_command_exit_code
set --erase --global _sponge_current_command_previously_in_history
end