🐛 fix(fish): bob nvim version manager

This commit is contained in:
Sergio Laín 2024-07-29 21:13:21 +02:00
parent 30c8b38bb0
commit b7400498ea
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -0,0 +1,9 @@
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