🗑️ remove(fish): bob script

This commit is contained in:
Sergio Laín 2025-02-02 00:39:04 +01:00
parent e33920337e
commit d0b7fe497c
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -1,9 +0,0 @@
function bob --wraps bob
command bob $argv
set used (cat ~/.local/share/bob/used)
set src ~/.local/share/bob/$used
set dest ~/.local/share/bob-nvim
test -L $dest
and unlink $dest
ln -s $src/nvim-linux64 $dest
end