Initial commit
This commit is contained in:
3
functions/_tide_find_and_remove.fish
Normal file
3
functions/_tide_find_and_remove.fish
Normal 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
|
Reference in New Issue
Block a user