mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-07-31 03:35:22 +08:00
6 lines
113 B
Bash
6 lines
113 B
Bash
# Aliases for bazel
|
|
alias bzb='bazel build'
|
|
alias bzt='bazel test'
|
|
alias bzr='bazel run'
|
|
alias bzq='bazel query'
|