all repos — dotfiles @ 4e7c63e8f8a18a3a48448ba85199895edd01fa06

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