Files
dotfiles/config/fish/functions/_sponge_clear_state.fish
2025-06-10 09:57:18 +03: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