mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-07 09:20:24 +00:00
4 lines
91 B
Fish
4 lines
91 B
Fish
|
function __fisher_key_bindings_delete -a plugin
|
||
|
sed "/##$plugin##/,/##$plugin##/d"
|
||
|
end
|