mirror of
https://github.com/gyoder/dots.git
synced 2026-02-28 01:13:44 +00:00
added fish
This commit is contained in:
parent
4ee88fe22b
commit
fee99100c2
88 changed files with 2897 additions and 0 deletions
3
fish/.config/fish/functions/_tide_find_and_remove.fish
Normal file
3
fish/.config/fish/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue