mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-26 09:42:51 +03:00
4 lines
144 B
Fish
4 lines
144 B
Fish
function _tide_find_and_remove -a name list --no-scope-shadowing
|
|
set -l index (contains --index $name $$list) && set -e "$list"[$index]
|
|
end
|