home-config/fish/functions/_tide_find_and_remove.fish

6b3c30c700976b22d978fe6247682d6d183260af · 145 B · 3 lines raw

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