added fish

This commit is contained in:
gyoder 2025-06-14 12:46:06 +01:00
parent 4ee88fe22b
commit fee99100c2
88 changed files with 2897 additions and 0 deletions

View file

@ -0,0 +1,3 @@
function _tide_find_and_remove -a name list --no-scope-shadowing
contains --index $name $$list | read -l index && set -e "$list"[$index]
end