vbm/fish-functions/a.fish

4 lines
61 B
Fish

function a --description 'alias a vbm a'
vbm a $argv;
end