dotfiles/dot_config/fish/private_functions/private_bfg.fish

4 lines
56 B
Fish

function bfg
java -jar ~/bin/bfg-1.12.16.jar $args
end