Files
dotfiles/config/fish/functions/bx.fish
2025-09-29 19:52:01 +04:00

4 lines
45 B
Fish

function bx
command bundle exec $argv
end