mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-03 13: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>
4 lines
97 B
Fish
4 lines
97 B
Fish
function _sponge_on_exit --on-event fish_exit
|
|
sponge_delay=0 _sponge_remove_from_history
|
|
end
|