mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-03 16:48:40 +00:00
* feat: switch to biome, apply formatting, shellcheck * chore: apply cr comments * chore: few config tweaks, shellcheck hook now py-based * chore: lint fixes and pr comments * chore(lint): megalinter, and other fixes Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
6 lines
212 B
Fish
6 lines
212 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
|