dotfiles/.config/fish/functions/vimvl.fish
Sergio Laín 22fedfbddf
feat(fish): added new functions (alias) for bob
also included catppuccin themes from the latest installation with fisher
2023-12-01 00:06:41 +01:00

4 lines
119 B
Fish

function vimvl --wraps='bob use latest' --description 'alias vimvl=bob use latest'
bob use latest $argv
end