all repos — dotfiles @ a1473167a4f0d7628a0a6127c9029ad5187bcc43

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