mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00: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'
|