all repos — dotfiles @ 63c9c5914dfbf8d1fe931b0199dea3dfa5a520ce

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