mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-11-01 04:54:10 +01:00
4 lines
145 B
Fish
4 lines
145 B
Fish
|
function _tide_find_and_remove -a name list --no-scope-shadowing
|
||
|
contains --index $name $$list | read -l index && set -e "$list"[$index]
|
||
|
end
|