mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07: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'
|