feat(aliases): add bex alias for bundle exec

This commit is contained in:
2026-04-16 20:52:17 +03:00
parent 00370b0353
commit dd99252343

View File

@@ -219,3 +219,4 @@ alias fdg="fd --glob"
alias mdf="prettier --config \$HOME/.prettierrc --ignore-path \$HOME/.prettierignore --write '**/*.md'"
alias wands="alias G 'wand --wand-file' G -v wands"
alias cc="claude"
alias bex="bundle exec"