all repos — dotfiles @ 7c2bd86a4dfe09222865e5e11f5790d211bc13c5

my *nix dotfiles

darwin/fish/functions/vb.fish (view raw)

1# Defined in - @ line 1
2function vb --wraps='vite build' --description 'alias vb=vite build'
3  vite build $argv;
4end